Shades of Polo Blue #819FC1
Tints of Polo Blue #819FC1
RGB
CMYK
RGB Variations
Color information
#819FC1 (or 0x819FC1) is known color: Polo Blue. HEX triplet: 81, 9F and C1. RGB value is (129,159,193). Sum of RGB (Red+Green+Blue) = 129+159+193=481 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.82% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 193 - color contains mainly: blue. Hex color #819FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819FC1 is #7E603E. Grayscale: #999999. Windows color (decimal): -8282175 or 12689281. OLE color: 12689281.
HSL color Cylindrical-coordinate representation of color #819FC1: hue angle of 211.88º 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 #819FC1 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 159 | 193 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.24 |
| HSL | 211.88º | 0.34% | 0.63% | - |
| HSV(B) | 211.88º | 0.33% | 0.76% | - |
| XYZ | 31.08 | 33.31 | 55.24 | - |
| YUV | 153.91 | 150.06 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 159 | 193 | 0.33 | 0.18 | 0 | 0.24 | 211.88 | 0.34 | 0.63 |
| Hex | 81 | 9F | C1 | 21 | 12 | 0 | 18 | D4 | 22 | 3F |
| Octal | 201 | 237 | 301 | 41 | 22 | 0 | 30 | 324 | 42 | 77 |
| Binary | 10000001 | 10011111 | 11000001 | 100001 | 10010 | 0 | 11000 | 11010100 | 100010 | 111111 |
Color Harmonies of #819FC1
Complementary color
Monochromatic Colors of #819FC1
Black with #819FC1
Text Example
Text Example
White with #819FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819FC1; }
p { color: rgb(129,159,193); }
H1.HeaderClassName
{
color: #819FC1;
}
.AnyTagClassName
{
color: #819FC1;
}
</style>
background-color css
<style>
a { background-color: #819FC1; }
a { background-color: rgb(129,159,193); }
div.DivClassName
{
background-color: #819FC1;
}
.BgClassName
{
background-color: #819FC1;
}
</style>
border-color css
<style>
span { border-color: #819FC1; }
span { border-color: rgb(129,159,193); }
td.TdClassName
{
border-color: #819FC1;
}
.TagClassName
{
border-color: #819FC1;
}
</style>