Shades of Polo Blue #819FBD
Tints of Polo Blue #819FBD
RGB
CMYK
RGB Variations
Color information
#819FBD (or 0x819FBD) is known color: Polo Blue. HEX triplet: 81, 9F and BD. RGB value is (129,159,189). Sum of RGB (Red+Green+Blue) = 129+159+189=477 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.04% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #819FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819FBD is #7E6042. Grayscale: #999999. Windows color (decimal): -8282179 or 12427137. OLE color: 12427137.
HSL color Cylindrical-coordinate representation of color #819FBD: hue angle of 210º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #819FBD is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 159 | 189 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.26 |
| HSL | 210º | 0.31% | 0.62% | - |
| HSV(B) | 210º | 0.32% | 0.74% | - |
| XYZ | 30.64 | 33.14 | 52.93 | - |
| YUV | 153.45 | 148.06 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 159 | 189 | 0.32 | 0.16 | 0 | 0.26 | 210 | 0.31 | 0.62 |
| Hex | 81 | 9F | BD | 20 | 10 | 0 | 1A | D2 | 1F | 3E |
| Octal | 201 | 237 | 275 | 40 | 20 | 0 | 32 | 322 | 37 | 76 |
| Binary | 10000001 | 10011111 | 10111101 | 100000 | 10000 | 0 | 11010 | 11010010 | 11111 | 111110 |
Color Harmonies of #819FBD
Complementary color
Monochromatic Colors of #819FBD
Black with #819FBD
Text Example
Text Example
White with #819FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819FBD; }
p { color: rgb(129,159,189); }
H1.HeaderClassName
{
color: #819FBD;
}
.AnyTagClassName
{
color: #819FBD;
}
</style>
background-color css
<style>
a { background-color: #819FBD; }
a { background-color: rgb(129,159,189); }
div.DivClassName
{
background-color: #819FBD;
}
.BgClassName
{
background-color: #819FBD;
}
</style>
border-color css
<style>
span { border-color: #819FBD; }
span { border-color: rgb(129,159,189); }
td.TdClassName
{
border-color: #819FBD;
}
.TagClassName
{
border-color: #819FBD;
}
</style>