Shades of Polo Blue #819FC4
Tints of Polo Blue #819FC4
RGB
CMYK
RGB Variations
Color information
#819FC4 (or 0x819FC4) is known color: Polo Blue. HEX triplet: 81, 9F and C4. RGB value is (129,159,196). Sum of RGB (Red+Green+Blue) = 129+159+196=484 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.65% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 196 (76.95% from 255 or 40.50% from 484); Max value from RGB is 196 - color contains mainly: blue. Hex color #819FC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819FC4 is #7E603B. Grayscale: #9A9A9A. Windows color (decimal): -8282172 or 12885889. OLE color: 12885889.
HSL color Cylindrical-coordinate representation of color #819FC4: hue angle of 213.13º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #819FC4 is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 129 | 159 | 196 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.23 |
| HSL | 213.13º | 0.36% | 0.64% | - |
| HSV(B) | 213.13º | 0.34% | 0.77% | - |
| XYZ | 31.42 | 33.45 | 57.03 | - |
| YUV | 154.25 | 151.56 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 159 | 196 | 0.34 | 0.19 | 0 | 0.23 | 213.13 | 0.36 | 0.64 |
| Hex | 81 | 9F | C4 | 22 | 13 | 0 | 17 | D5 | 24 | 40 |
| Octal | 201 | 237 | 304 | 42 | 23 | 0 | 27 | 325 | 44 | 100 |
| Binary | 10000001 | 10011111 | 11000100 | 100010 | 10011 | 0 | 10111 | 11010101 | 100100 | 1000000 |
Color Harmonies of #819FC4
Complementary color
Monochromatic Colors of #819FC4
Black with #819FC4
Text Example
Text Example
White with #819FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819FC4; }
p { color: rgb(129,159,196); }
H1.HeaderClassName
{
color: #819FC4;
}
.AnyTagClassName
{
color: #819FC4;
}
</style>
background-color css
<style>
a { background-color: #819FC4; }
a { background-color: rgb(129,159,196); }
div.DivClassName
{
background-color: #819FC4;
}
.BgClassName
{
background-color: #819FC4;
}
</style>
border-color css
<style>
span { border-color: #819FC4; }
span { border-color: rgb(129,159,196); }
td.TdClassName
{
border-color: #819FC4;
}
.TagClassName
{
border-color: #819FC4;
}
</style>