Shades of Polo Blue #819ACE
Tints of Polo Blue #819ACE
RGB
CMYK
RGB Variations
Color information
#819ACE (or 0x819ACE) is known color: Polo Blue. HEX triplet: 81, 9A and CE. RGB value is (129,154,206). Sum of RGB (Red+Green+Blue) = 129+154+206=489 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.38% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #819ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819ACE is #7E6531. Grayscale: #989898. Windows color (decimal): -8283442 or 13539969. OLE color: 13539969.
HSL color Cylindrical-coordinate representation of color #819ACE: hue angle of 220.52º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #819ACE is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 154 | 206 | - |
| CMYK | 0.37 | 0.25 | 0 | 0.19 |
| HSL | 220.52º | 0.44% | 0.66% | - |
| HSV(B) | 220.52º | 0.37% | 0.81% | - |
| XYZ | 31.75 | 32.23 | 62.94 | - |
| YUV | 152.45 | 158.22 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 154 | 206 | 0.37 | 0.25 | 0 | 0.19 | 220.52 | 0.44 | 0.66 |
| Hex | 81 | 9A | CE | 25 | 19 | 0 | 13 | DD | 2C | 42 |
| Octal | 201 | 232 | 316 | 45 | 31 | 0 | 23 | 335 | 54 | 102 |
| Binary | 10000001 | 10011010 | 11001110 | 100101 | 11001 | 0 | 10011 | 11011101 | 101100 | 1000010 |
Color Harmonies of #819ACE
Complementary color
Monochromatic Colors of #819ACE
Black with #819ACE
Text Example
Text Example
White with #819ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819ACE; }
p { color: rgb(129,154,206); }
H1.HeaderClassName
{
color: #819ACE;
}
.AnyTagClassName
{
color: #819ACE;
}
</style>
background-color css
<style>
a { background-color: #819ACE; }
a { background-color: rgb(129,154,206); }
div.DivClassName
{
background-color: #819ACE;
}
.BgClassName
{
background-color: #819ACE;
}
</style>
border-color css
<style>
span { border-color: #819ACE; }
span { border-color: rgb(129,154,206); }
td.TdClassName
{
border-color: #819ACE;
}
.TagClassName
{
border-color: #819ACE;
}
</style>