Shades of Polo Blue #769AC9
Tints of Polo Blue #769AC9
RGB
CMYK
RGB Variations
Color information
#769AC9 (or 0x769AC9) is known color: Polo Blue. HEX triplet: 76, 9A and C9. RGB value is (118,154,201). Sum of RGB (Red+Green+Blue) = 118+154+201=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 201 - color contains mainly: blue. Hex color #769AC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769AC9 is #896536. Grayscale: #949494. Windows color (decimal): -9004343 or 13212278. OLE color: 13212278.
HSL color Cylindrical-coordinate representation of color #769AC9: hue angle of 213.98º 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 #769AC9 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 154 | 201 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.21 |
| HSL | 213.98º | 0.43% | 0.63% | - |
| HSV(B) | 213.98º | 0.41% | 0.79% | - |
| XYZ | 29.57 | 31.18 | 59.72 | - |
| YUV | 148.59 | 157.57 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 154 | 201 | 0.41 | 0.23 | 0 | 0.21 | 213.98 | 0.43 | 0.63 |
| Hex | 76 | 9A | C9 | 29 | 17 | 0 | 15 | D6 | 2B | 3F |
| Octal | 166 | 232 | 311 | 51 | 27 | 0 | 25 | 326 | 53 | 77 |
| Binary | 1110110 | 10011010 | 11001001 | 101001 | 10111 | 0 | 10101 | 11010110 | 101011 | 111111 |
Color Harmonies of #769AC9
Complementary color
Monochromatic Colors of #769AC9
Black with #769AC9
Text Example
Text Example
White with #769AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769AC9; }
p { color: rgb(118,154,201); }
H1.HeaderClassName
{
color: #769AC9;
}
.AnyTagClassName
{
color: #769AC9;
}
</style>
background-color css
<style>
a { background-color: #769AC9; }
a { background-color: rgb(118,154,201); }
div.DivClassName
{
background-color: #769AC9;
}
.BgClassName
{
background-color: #769AC9;
}
</style>
border-color css
<style>
span { border-color: #769AC9; }
span { border-color: rgb(118,154,201); }
td.TdClassName
{
border-color: #769AC9;
}
.TagClassName
{
border-color: #769AC9;
}
</style>