Shades of Polo Blue #769FC9
Tints of Polo Blue #769FC9
RGB
CMYK
RGB Variations
Color information
#769FC9 (or 0x769FC9) is known color: Polo Blue. HEX triplet: 76, 9F and C9. RGB value is (118,159,201). Sum of RGB (Red+Green+Blue) = 118+159+201=478 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.69% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 201 (78.91% from 255 or 42.05% from 478); Max value from RGB is 201 - color contains mainly: blue. Hex color #769FC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769FC9 is #896036. Grayscale: #979797. Windows color (decimal): -9003063 or 13213558. OLE color: 13213558.
HSL color Cylindrical-coordinate representation of color #769FC9: hue angle of 210.36º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #769FC9 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 159 | 201 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.21 |
| HSL | 210.36º | 0.43% | 0.63% | - |
| HSV(B) | 210.36º | 0.41% | 0.79% | - |
| XYZ | 30.41 | 32.86 | 60 | - |
| YUV | 151.53 | 155.92 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 159 | 201 | 0.41 | 0.21 | 0 | 0.21 | 210.36 | 0.43 | 0.63 |
| Hex | 76 | 9F | C9 | 29 | 15 | 0 | 15 | D2 | 2B | 3F |
| Octal | 166 | 237 | 311 | 51 | 25 | 0 | 25 | 322 | 53 | 77 |
| Binary | 1110110 | 10011111 | 11001001 | 101001 | 10101 | 0 | 10101 | 11010010 | 101011 | 111111 |
Color Harmonies of #769FC9
Complementary color
Monochromatic Colors of #769FC9
Black with #769FC9
Text Example
Text Example
White with #769FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769FC9; }
p { color: rgb(118,159,201); }
H1.HeaderClassName
{
color: #769FC9;
}
.AnyTagClassName
{
color: #769FC9;
}
</style>
background-color css
<style>
a { background-color: #769FC9; }
a { background-color: rgb(118,159,201); }
div.DivClassName
{
background-color: #769FC9;
}
.BgClassName
{
background-color: #769FC9;
}
</style>
border-color css
<style>
span { border-color: #769FC9; }
span { border-color: rgb(118,159,201); }
td.TdClassName
{
border-color: #769FC9;
}
.TagClassName
{
border-color: #769FC9;
}
</style>