Shades of Polo Blue #769ACB
Tints of Polo Blue #769ACB
RGB
CMYK
RGB Variations
Color information
#769ACB (or 0x769ACB) is known color: Polo Blue. HEX triplet: 76, 9A and CB. RGB value is (118,154,203). Sum of RGB (Red+Green+Blue) = 118+154+203=475 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.84% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #769ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769ACB is #896534. Grayscale: #949494. Windows color (decimal): -9004341 or 13343350. OLE color: 13343350.
HSL color Cylindrical-coordinate representation of color #769ACB: hue angle of 214.59º degrees, saturation: 0.45, 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 #769ACB is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 154 | 203 | - |
| CMYK | 0.42 | 0.24 | 0 | 0.20 |
| HSL | 214.59º | 0.45% | 0.63% | - |
| HSV(B) | 214.59º | 0.42% | 0.8% | - |
| XYZ | 29.81 | 31.27 | 60.97 | - |
| YUV | 148.82 | 158.57 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 154 | 203 | 0.42 | 0.24 | 0 | 0.20 | 214.59 | 0.45 | 0.63 |
| Hex | 76 | 9A | CB | 2A | 18 | 0 | 14 | D7 | 2D | 3F |
| Octal | 166 | 232 | 313 | 52 | 30 | 0 | 24 | 327 | 55 | 77 |
| Binary | 1110110 | 10011010 | 11001011 | 101010 | 11000 | 0 | 10100 | 11010111 | 101101 | 111111 |
Color Harmonies of #769ACB
Complementary color
Monochromatic Colors of #769ACB
Black with #769ACB
Text Example
Text Example
White with #769ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769ACB; }
p { color: rgb(118,154,203); }
H1.HeaderClassName
{
color: #769ACB;
}
.AnyTagClassName
{
color: #769ACB;
}
</style>
background-color css
<style>
a { background-color: #769ACB; }
a { background-color: rgb(118,154,203); }
div.DivClassName
{
background-color: #769ACB;
}
.BgClassName
{
background-color: #769ACB;
}
</style>
border-color css
<style>
span { border-color: #769ACB; }
span { border-color: rgb(118,154,203); }
td.TdClassName
{
border-color: #769ACB;
}
.TagClassName
{
border-color: #769ACB;
}
</style>