Shades of Polo Blue #769AC0
Tints of Polo Blue #769AC0
RGB
CMYK
RGB Variations
Color information
#769AC0 (or 0x769AC0) is known color: Polo Blue. HEX triplet: 76, 9A and C0. RGB value is (118,154,192). Sum of RGB (Red+Green+Blue) = 118+154+192=464 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.43% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 192 - color contains mainly: blue. Hex color #769AC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769AC0 is #89653F. Grayscale: #939393. Windows color (decimal): -9004352 or 12622454. OLE color: 12622454.
HSL color Cylindrical-coordinate representation of color #769AC0: hue angle of 210.81º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #769AC0 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 154 | 192 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.25 |
| HSL | 210.81º | 0.37% | 0.61% | - |
| HSV(B) | 210.81º | 0.39% | 0.75% | - |
| XYZ | 28.54 | 30.77 | 54.3 | - |
| YUV | 147.57 | 153.07 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 154 | 192 | 0.39 | 0.20 | 0 | 0.25 | 210.81 | 0.37 | 0.61 |
| Hex | 76 | 9A | C0 | 27 | 14 | 0 | 19 | D3 | 25 | 3D |
| Octal | 166 | 232 | 300 | 47 | 24 | 0 | 31 | 323 | 45 | 75 |
| Binary | 1110110 | 10011010 | 11000000 | 100111 | 10100 | 0 | 11001 | 11010011 | 100101 | 111101 |
Color Harmonies of #769AC0
Complementary color
Monochromatic Colors of #769AC0
Black with #769AC0
Text Example
Text Example
White with #769AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769AC0; }
p { color: rgb(118,154,192); }
H1.HeaderClassName
{
color: #769AC0;
}
.AnyTagClassName
{
color: #769AC0;
}
</style>
background-color css
<style>
a { background-color: #769AC0; }
a { background-color: rgb(118,154,192); }
div.DivClassName
{
background-color: #769AC0;
}
.BgClassName
{
background-color: #769AC0;
}
</style>
border-color css
<style>
span { border-color: #769AC0; }
span { border-color: rgb(118,154,192); }
td.TdClassName
{
border-color: #769AC0;
}
.TagClassName
{
border-color: #769AC0;
}
</style>