Shades of Polo Blue #819BC9
Tints of Polo Blue #819BC9
RGB
CMYK
RGB Variations
Color information
#819BC9 (or 0x819BC9) is known color: Polo Blue. HEX triplet: 81, 9B and C9. RGB value is (129,155,201). Sum of RGB (Red+Green+Blue) = 129+155+201=485 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.60% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 201 - color contains mainly: blue. Hex color #819BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819BC9 is #7E6436. Grayscale: #989898. Windows color (decimal): -8283191 or 13212545. OLE color: 13212545.
HSL color Cylindrical-coordinate representation of color #819BC9: hue angle of 218.33º degrees, saturation: 0.4, 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 #819BC9 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 155 | 201 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.21 |
| HSL | 218.33º | 0.4% | 0.65% | - |
| HSV(B) | 218.33º | 0.36% | 0.79% | - |
| XYZ | 31.32 | 32.33 | 59.85 | - |
| YUV | 152.47 | 155.39 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 155 | 201 | 0.36 | 0.23 | 0 | 0.21 | 218.33 | 0.4 | 0.65 |
| Hex | 81 | 9B | C9 | 24 | 17 | 0 | 15 | DA | 28 | 41 |
| Octal | 201 | 233 | 311 | 44 | 27 | 0 | 25 | 332 | 50 | 101 |
| Binary | 10000001 | 10011011 | 11001001 | 100100 | 10111 | 0 | 10101 | 11011010 | 101000 | 1000001 |
Color Harmonies of #819BC9
Complementary color
Monochromatic Colors of #819BC9
Black with #819BC9
Text Example
Text Example
White with #819BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819BC9; }
p { color: rgb(129,155,201); }
H1.HeaderClassName
{
color: #819BC9;
}
.AnyTagClassName
{
color: #819BC9;
}
</style>
background-color css
<style>
a { background-color: #819BC9; }
a { background-color: rgb(129,155,201); }
div.DivClassName
{
background-color: #819BC9;
}
.BgClassName
{
background-color: #819BC9;
}
</style>
border-color css
<style>
span { border-color: #819BC9; }
span { border-color: rgb(129,155,201); }
td.TdClassName
{
border-color: #819BC9;
}
.TagClassName
{
border-color: #819BC9;
}
</style>