Shades of Polo Blue #819FD1
Tints of Polo Blue #819FD1
RGB
CMYK
RGB Variations
Color information
#819FD1 (or 0x819FD1) is known color: Polo Blue. HEX triplet: 81, 9F and D1. RGB value is (129,159,209). Sum of RGB (Red+Green+Blue) = 129+159+209=497 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.96% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 209 (82.03% from 255 or 42.05% from 497); Max value from RGB is 209 - color contains mainly: blue. Hex color #819FD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819FD1 is #7E602E. Grayscale: #9B9B9B. Windows color (decimal): -8282159 or 13737857. OLE color: 13737857.
HSL color Cylindrical-coordinate representation of color #819FD1: hue angle of 217.5º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #819FD1 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 159 | 209 | - |
| CMYK | 0.38 | 0.24 | 0 | 0.18 |
| HSL | 217.5º | 0.47% | 0.66% | - |
| HSV(B) | 217.5º | 0.38% | 0.82% | - |
| XYZ | 32.96 | 34.07 | 65.16 | - |
| YUV | 155.73 | 158.06 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 159 | 209 | 0.38 | 0.24 | 0 | 0.18 | 217.5 | 0.47 | 0.66 |
| Hex | 81 | 9F | D1 | 26 | 18 | 0 | 12 | DA | 2F | 42 |
| Octal | 201 | 237 | 321 | 46 | 30 | 0 | 22 | 332 | 57 | 102 |
| Binary | 10000001 | 10011111 | 11010001 | 100110 | 11000 | 0 | 10010 | 11011010 | 101111 | 1000010 |
Color Harmonies of #819FD1
Complementary color
Monochromatic Colors of #819FD1
Black with #819FD1
Text Example
Text Example
White with #819FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819FD1; }
p { color: rgb(129,159,209); }
H1.HeaderClassName
{
color: #819FD1;
}
.AnyTagClassName
{
color: #819FD1;
}
</style>
background-color css
<style>
a { background-color: #819FD1; }
a { background-color: rgb(129,159,209); }
div.DivClassName
{
background-color: #819FD1;
}
.BgClassName
{
background-color: #819FD1;
}
</style>
border-color css
<style>
span { border-color: #819FD1; }
span { border-color: rgb(129,159,209); }
td.TdClassName
{
border-color: #819FD1;
}
.TagClassName
{
border-color: #819FD1;
}
</style>