Shades of Polo Blue #819FCC
Tints of Polo Blue #819FCC
RGB
CMYK
RGB Variations
Color information
#819FCC (or 0x819FCC) is known color: Polo Blue. HEX triplet: 81, 9F and CC. RGB value is (129,159,204). Sum of RGB (Red+Green+Blue) = 129+159+204=492 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.22% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #819FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819FCC is #7E6033. Grayscale: #9A9A9A. Windows color (decimal): -8282164 or 13410177. OLE color: 13410177.
HSL color Cylindrical-coordinate representation of color #819FCC: hue angle of 216º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #819FCC is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 159 | 204 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.2 |
| HSL | 216º | 0.42% | 0.65% | - |
| HSV(B) | 216º | 0.37% | 0.8% | - |
| XYZ | 32.35 | 33.82 | 61.95 | - |
| YUV | 155.16 | 155.56 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 159 | 204 | 0.37 | 0.22 | 0 | 0.2 | 216 | 0.42 | 0.65 |
| Hex | 81 | 9F | CC | 25 | 16 | 0 | 14 | D8 | 2A | 41 |
| Octal | 201 | 237 | 314 | 45 | 26 | 0 | 24 | 330 | 52 | 101 |
| Binary | 10000001 | 10011111 | 11001100 | 100101 | 10110 | 0 | 10100 | 11011000 | 101010 | 1000001 |
Color Harmonies of #819FCC
Complementary color
Monochromatic Colors of #819FCC
Black with #819FCC
Text Example
Text Example
White with #819FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819FCC; }
p { color: rgb(129,159,204); }
H1.HeaderClassName
{
color: #819FCC;
}
.AnyTagClassName
{
color: #819FCC;
}
</style>
background-color css
<style>
a { background-color: #819FCC; }
a { background-color: rgb(129,159,204); }
div.DivClassName
{
background-color: #819FCC;
}
.BgClassName
{
background-color: #819FCC;
}
</style>
border-color css
<style>
span { border-color: #819FCC; }
span { border-color: rgb(129,159,204); }
td.TdClassName
{
border-color: #819FCC;
}
.TagClassName
{
border-color: #819FCC;
}
</style>