#7366BD color RGB value is (7, 54, 107).
#7366BD hex color red value is 7, green value is 54, and blue value is 107.
Cylindrical-coordinate representations (HSL) of color #7366BD
hue: 211.8,
saturation: 0.88 and lightness: 0.22.
The process color (four-color CMYK) of #7366BD color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #7366BD is #ff9999. Color #7366BD contains mainly RED.
Color spaces of #7366BD | Value |
---|---|
RGB | 115, 102, 189 |
HSL | 0.69, 0.4, 0.57 |
HSV | 249°, 46°, 74° |
XYZ | 21, 16.82, 50.27 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 1110011 | 1100110 | 10111101 |
Octal | 163 | 146 | 275 |
Decimal | 115 | 102 | 189 |
Hex | 73 | 66 | BD |
Shades of #7366BD
Tints of #7366BD
.mybgColor {background-color: #7366BD;} .myforeColor {color: #7366BD;} .myborderColor {border:3px solid #7366BD;}
<p style="color:#7366BD">Text here</p>
This sample text is styled with the font color #7366BD. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#7366BD">Div content here</div>
<div style="border:3px solid #7366BD">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115, 102, 189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7366BD; } .divShadow { -moz-box-shadow: 1px 1px 3px #7366BD; -webkit-box-shadow: 1px 1px 3px #7366BD; box-shadow: 1px 1px 3px #7366BD; }
<p style="text-shadow: 4px 4px 2px rgba(115, 102, 189, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #7366BD;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #7366BD;
-webkit-box-shadow: 1px 1px 3px #7366BD;
box-shadow: 1px 1px 3px #7366BD;">Div content here</div>