Shades of Polo Blue #769ECD
Tints of Polo Blue #769ECD
RGB
CMYK
RGB Variations
Color information
#769ECD (or 0x769ECD) is known color: Polo Blue. HEX triplet: 76, 9E and CD. RGB value is (118,158,205). Sum of RGB (Red+Green+Blue) = 118+158+205=481 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.53% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #769ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769ECD is #896132. Grayscale: #979797. Windows color (decimal): -9003315 or 13475446. OLE color: 13475446.
HSL color Cylindrical-coordinate representation of color #769ECD: hue angle of 212.41º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #769ECD is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 158 | 205 | - |
| CMYK | 0.42 | 0.23 | 0 | 0.20 |
| HSL | 212.41º | 0.47% | 0.63% | - |
| HSV(B) | 212.41º | 0.42% | 0.8% | - |
| XYZ | 30.72 | 32.71 | 62.45 | - |
| YUV | 151.4 | 158.25 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 158 | 205 | 0.42 | 0.23 | 0 | 0.20 | 212.41 | 0.47 | 0.63 |
| Hex | 76 | 9E | CD | 2A | 17 | 0 | 14 | D4 | 2F | 3F |
| Octal | 166 | 236 | 315 | 52 | 27 | 0 | 24 | 324 | 57 | 77 |
| Binary | 1110110 | 10011110 | 11001101 | 101010 | 10111 | 0 | 10100 | 11010100 | 101111 | 111111 |
Color Harmonies of #769ECD
Complementary color
Monochromatic Colors of #769ECD
Black with #769ECD
Text Example
Text Example
White with #769ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769ECD; }
p { color: rgb(118,158,205); }
H1.HeaderClassName
{
color: #769ECD;
}
.AnyTagClassName
{
color: #769ECD;
}
</style>
background-color css
<style>
a { background-color: #769ECD; }
a { background-color: rgb(118,158,205); }
div.DivClassName
{
background-color: #769ECD;
}
.BgClassName
{
background-color: #769ECD;
}
</style>
border-color css
<style>
span { border-color: #769ECD; }
span { border-color: rgb(118,158,205); }
td.TdClassName
{
border-color: #769ECD;
}
.TagClassName
{
border-color: #769ECD;
}
</style>