Shades of Polo Blue #819BCA
Tints of Polo Blue #819BCA
RGB
CMYK
RGB Variations
Color information
#819BCA (or 0x819BCA) is known color: Polo Blue. HEX triplet: 81, 9B and CA. RGB value is (129,155,202). Sum of RGB (Red+Green+Blue) = 129+155+202=486 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.54% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #819BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819BCA is #7E6435. Grayscale: #989898. Windows color (decimal): -8283190 or 13278081. OLE color: 13278081.
HSL color Cylindrical-coordinate representation of color #819BCA: hue angle of 218.63º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #819BCA is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 155 | 202 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.21 |
| HSL | 218.63º | 0.41% | 0.65% | - |
| HSV(B) | 218.63º | 0.36% | 0.79% | - |
| XYZ | 31.44 | 32.37 | 60.47 | - |
| YUV | 152.58 | 155.89 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 155 | 202 | 0.36 | 0.23 | 0 | 0.21 | 218.63 | 0.41 | 0.65 |
| Hex | 81 | 9B | CA | 24 | 17 | 0 | 15 | DB | 29 | 41 |
| Octal | 201 | 233 | 312 | 44 | 27 | 0 | 25 | 333 | 51 | 101 |
| Binary | 10000001 | 10011011 | 11001010 | 100100 | 10111 | 0 | 10101 | 11011011 | 101001 | 1000001 |
Color Harmonies of #819BCA
Complementary color
Monochromatic Colors of #819BCA
Black with #819BCA
Text Example
Text Example
White with #819BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819BCA; }
p { color: rgb(129,155,202); }
H1.HeaderClassName
{
color: #819BCA;
}
.AnyTagClassName
{
color: #819BCA;
}
</style>
background-color css
<style>
a { background-color: #819BCA; }
a { background-color: rgb(129,155,202); }
div.DivClassName
{
background-color: #819BCA;
}
.BgClassName
{
background-color: #819BCA;
}
</style>
border-color css
<style>
span { border-color: #819BCA; }
span { border-color: rgb(129,155,202); }
td.TdClassName
{
border-color: #819BCA;
}
.TagClassName
{
border-color: #819BCA;
}
</style>