Shades of Polo Blue #819BCD
Tints of Polo Blue #819BCD
RGB
CMYK
RGB Variations
Color information
#819BCD (or 0x819BCD) is known color: Polo Blue. HEX triplet: 81, 9B and CD. RGB value is (129,155,205). Sum of RGB (Red+Green+Blue) = 129+155+205=489 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.38% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #819BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819BCD is #7E6432. Grayscale: #989898. Windows color (decimal): -8283187 or 13474689. OLE color: 13474689.
HSL color Cylindrical-coordinate representation of color #819BCD: hue angle of 219.47º 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 #819BCD is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 155 | 205 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.20 |
| HSL | 219.47º | 0.43% | 0.65% | - |
| HSV(B) | 219.47º | 0.37% | 0.8% | - |
| XYZ | 31.79 | 32.52 | 62.36 | - |
| YUV | 152.93 | 157.39 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 155 | 205 | 0.37 | 0.24 | 0 | 0.20 | 219.47 | 0.43 | 0.65 |
| Hex | 81 | 9B | CD | 25 | 18 | 0 | 14 | DB | 2B | 41 |
| Octal | 201 | 233 | 315 | 45 | 30 | 0 | 24 | 333 | 53 | 101 |
| Binary | 10000001 | 10011011 | 11001101 | 100101 | 11000 | 0 | 10100 | 11011011 | 101011 | 1000001 |
Color Harmonies of #819BCD
Complementary color
Monochromatic Colors of #819BCD
Black with #819BCD
Text Example
Text Example
White with #819BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819BCD; }
p { color: rgb(129,155,205); }
H1.HeaderClassName
{
color: #819BCD;
}
.AnyTagClassName
{
color: #819BCD;
}
</style>
background-color css
<style>
a { background-color: #819BCD; }
a { background-color: rgb(129,155,205); }
div.DivClassName
{
background-color: #819BCD;
}
.BgClassName
{
background-color: #819BCD;
}
</style>
border-color css
<style>
span { border-color: #819BCD; }
span { border-color: rgb(129,155,205); }
td.TdClassName
{
border-color: #819BCD;
}
.TagClassName
{
border-color: #819BCD;
}
</style>