Shades of Polo Blue #819DCD
Tints of Polo Blue #819DCD
RGB
CMYK
RGB Variations
Color information
#819DCD (or 0x819DCD) is known color: Polo Blue. HEX triplet: 81, 9D and CD. RGB value is (129,157,205). Sum of RGB (Red+Green+Blue) = 129+157+205=491 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.27% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #819DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819DCD is #7E6232. Grayscale: #999999. Windows color (decimal): -8282675 or 13475201. OLE color: 13475201.
HSL color Cylindrical-coordinate representation of color #819DCD: hue angle of 217.89º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #819DCD is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 157 | 205 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.20 |
| HSL | 217.89º | 0.43% | 0.65% | - |
| HSV(B) | 217.89º | 0.37% | 0.8% | - |
| XYZ | 32.13 | 33.19 | 62.47 | - |
| YUV | 154.1 | 156.72 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 157 | 205 | 0.37 | 0.23 | 0 | 0.20 | 217.89 | 0.43 | 0.65 |
| Hex | 81 | 9D | CD | 25 | 17 | 0 | 14 | DA | 2B | 41 |
| Octal | 201 | 235 | 315 | 45 | 27 | 0 | 24 | 332 | 53 | 101 |
| Binary | 10000001 | 10011101 | 11001101 | 100101 | 10111 | 0 | 10100 | 11011010 | 101011 | 1000001 |
Color Harmonies of #819DCD
Complementary color
Monochromatic Colors of #819DCD
Black with #819DCD
Text Example
Text Example
White with #819DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819DCD; }
p { color: rgb(129,157,205); }
H1.HeaderClassName
{
color: #819DCD;
}
.AnyTagClassName
{
color: #819DCD;
}
</style>
background-color css
<style>
a { background-color: #819DCD; }
a { background-color: rgb(129,157,205); }
div.DivClassName
{
background-color: #819DCD;
}
.BgClassName
{
background-color: #819DCD;
}
</style>
border-color css
<style>
span { border-color: #819DCD; }
span { border-color: rgb(129,157,205); }
td.TdClassName
{
border-color: #819DCD;
}
.TagClassName
{
border-color: #819DCD;
}
</style>