Shades of Polo Blue #819DC1
Tints of Polo Blue #819DC1
RGB
CMYK
RGB Variations
Color information
#819DC1 (or 0x819DC1) is known color: Polo Blue. HEX triplet: 81, 9D and C1. RGB value is (129,157,193). Sum of RGB (Red+Green+Blue) = 129+157+193=479 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.93% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 193 - color contains mainly: blue. Hex color #819DC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819DC1 is #7E623E. Grayscale: #989898. Windows color (decimal): -8282687 or 12688769. OLE color: 12688769.
HSL color Cylindrical-coordinate representation of color #819DC1: hue angle of 213.75º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #819DC1 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 157 | 193 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.24 |
| HSL | 213.75º | 0.34% | 0.63% | - |
| HSV(B) | 213.75º | 0.33% | 0.76% | - |
| XYZ | 30.74 | 32.63 | 55.13 | - |
| YUV | 152.73 | 150.72 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 157 | 193 | 0.33 | 0.19 | 0 | 0.24 | 213.75 | 0.34 | 0.63 |
| Hex | 81 | 9D | C1 | 21 | 13 | 0 | 18 | D6 | 22 | 3F |
| Octal | 201 | 235 | 301 | 41 | 23 | 0 | 30 | 326 | 42 | 77 |
| Binary | 10000001 | 10011101 | 11000001 | 100001 | 10011 | 0 | 11000 | 11010110 | 100010 | 111111 |
Color Harmonies of #819DC1
Complementary color
Monochromatic Colors of #819DC1
Black with #819DC1
Text Example
Text Example
White with #819DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819DC1; }
p { color: rgb(129,157,193); }
H1.HeaderClassName
{
color: #819DC1;
}
.AnyTagClassName
{
color: #819DC1;
}
</style>
background-color css
<style>
a { background-color: #819DC1; }
a { background-color: rgb(129,157,193); }
div.DivClassName
{
background-color: #819DC1;
}
.BgClassName
{
background-color: #819DC1;
}
</style>
border-color css
<style>
span { border-color: #819DC1; }
span { border-color: rgb(129,157,193); }
td.TdClassName
{
border-color: #819DC1;
}
.TagClassName
{
border-color: #819DC1;
}
</style>