Shades of Polo Blue #819FC2
Tints of Polo Blue #819FC2
RGB
CMYK
RGB Variations
Color information
#819FC2 (or 0x819FC2) is known color: Polo Blue. HEX triplet: 81, 9F and C2. RGB value is (129,159,194). Sum of RGB (Red+Green+Blue) = 129+159+194=482 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.76% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 194 (76.17% from 255 or 40.25% from 482); Max value from RGB is 194 - color contains mainly: blue. Hex color #819FC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819FC2 is #7E603D. Grayscale: #999999. Windows color (decimal): -8282174 or 12754817. OLE color: 12754817.
HSL color Cylindrical-coordinate representation of color #819FC2: hue angle of 212.31º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #819FC2 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 159 | 194 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.24 |
| HSL | 212.31º | 0.35% | 0.63% | - |
| HSV(B) | 212.31º | 0.34% | 0.76% | - |
| XYZ | 31.19 | 33.36 | 55.83 | - |
| YUV | 154.02 | 150.56 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 159 | 194 | 0.34 | 0.18 | 0 | 0.24 | 212.31 | 0.35 | 0.63 |
| Hex | 81 | 9F | C2 | 22 | 12 | 0 | 18 | D4 | 23 | 3F |
| Octal | 201 | 237 | 302 | 42 | 22 | 0 | 30 | 324 | 43 | 77 |
| Binary | 10000001 | 10011111 | 11000010 | 100010 | 10010 | 0 | 11000 | 11010100 | 100011 | 111111 |
Color Harmonies of #819FC2
Complementary color
Monochromatic Colors of #819FC2
Black with #819FC2
Text Example
Text Example
White with #819FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819FC2; }
p { color: rgb(129,159,194); }
H1.HeaderClassName
{
color: #819FC2;
}
.AnyTagClassName
{
color: #819FC2;
}
</style>
background-color css
<style>
a { background-color: #819FC2; }
a { background-color: rgb(129,159,194); }
div.DivClassName
{
background-color: #819FC2;
}
.BgClassName
{
background-color: #819FC2;
}
</style>
border-color css
<style>
span { border-color: #819FC2; }
span { border-color: rgb(129,159,194); }
td.TdClassName
{
border-color: #819FC2;
}
.TagClassName
{
border-color: #819FC2;
}
</style>