Shades of Polo Blue #819CD1
Tints of Polo Blue #819CD1
RGB
CMYK
RGB Variations
Color information
#819CD1 (or 0x819CD1) is known color: Polo Blue. HEX triplet: 81, 9C and D1. RGB value is (129,156,209). Sum of RGB (Red+Green+Blue) = 129+156+209=494 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.11% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 209 (82.03% from 255 or 42.31% from 494); Max value from RGB is 209 - color contains mainly: blue. Hex color #819CD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819CD1 is #7E632E. Grayscale: #999999. Windows color (decimal): -8282927 or 13737089. OLE color: 13737089.
HSL color Cylindrical-coordinate representation of color #819CD1: hue angle of 219.75º 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 #819CD1 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 156 | 209 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.18 |
| HSL | 219.75º | 0.47% | 0.66% | - |
| HSV(B) | 219.75º | 0.38% | 0.82% | - |
| XYZ | 32.45 | 33.05 | 64.99 | - |
| YUV | 153.97 | 159.05 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 156 | 209 | 0.38 | 0.25 | 0 | 0.18 | 219.75 | 0.47 | 0.66 |
| Hex | 81 | 9C | D1 | 26 | 19 | 0 | 12 | DC | 2F | 42 |
| Octal | 201 | 234 | 321 | 46 | 31 | 0 | 22 | 334 | 57 | 102 |
| Binary | 10000001 | 10011100 | 11010001 | 100110 | 11001 | 0 | 10010 | 11011100 | 101111 | 1000010 |
Color Harmonies of #819CD1
Complementary color
Monochromatic Colors of #819CD1
Black with #819CD1
Text Example
Text Example
White with #819CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819CD1; }
p { color: rgb(129,156,209); }
H1.HeaderClassName
{
color: #819CD1;
}
.AnyTagClassName
{
color: #819CD1;
}
</style>
background-color css
<style>
a { background-color: #819CD1; }
a { background-color: rgb(129,156,209); }
div.DivClassName
{
background-color: #819CD1;
}
.BgClassName
{
background-color: #819CD1;
}
</style>
border-color css
<style>
span { border-color: #819CD1; }
span { border-color: rgb(129,156,209); }
td.TdClassName
{
border-color: #819CD1;
}
.TagClassName
{
border-color: #819CD1;
}
</style>