Shades of Polo Blue #819ED3
Tints of Polo Blue #819ED3
RGB
CMYK
RGB Variations
Color information
#819ED3 (or 0x819ED3) is known color: Polo Blue. HEX triplet: 81, 9E and D3. RGB value is (129,158,211). Sum of RGB (Red+Green+Blue) = 129+158+211=498 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.90% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 211 (82.81% from 255 or 42.37% from 498); Max value from RGB is 211 - color contains mainly: blue. Hex color #819ED3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819ED3 is #7E612C. Grayscale: #9B9B9B. Windows color (decimal): -8282413 or 13868673. OLE color: 13868673.
HSL color Cylindrical-coordinate representation of color #819ED3: hue angle of 218.78º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #819ED3 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 158 | 211 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.17 |
| HSL | 218.78º | 0.48% | 0.67% | - |
| HSV(B) | 218.78º | 0.39% | 0.83% | - |
| XYZ | 33.04 | 33.82 | 66.42 | - |
| YUV | 155.37 | 159.39 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 158 | 211 | 0.39 | 0.25 | 0 | 0.17 | 218.78 | 0.48 | 0.67 |
| Hex | 81 | 9E | D3 | 27 | 19 | 0 | 11 | DB | 30 | 43 |
| Octal | 201 | 236 | 323 | 47 | 31 | 0 | 21 | 333 | 60 | 103 |
| Binary | 10000001 | 10011110 | 11010011 | 100111 | 11001 | 0 | 10001 | 11011011 | 110000 | 1000011 |
Color Harmonies of #819ED3
Complementary color
Monochromatic Colors of #819ED3
Black with #819ED3
Text Example
Text Example
White with #819ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819ED3; }
p { color: rgb(129,158,211); }
H1.HeaderClassName
{
color: #819ED3;
}
.AnyTagClassName
{
color: #819ED3;
}
</style>
background-color css
<style>
a { background-color: #819ED3; }
a { background-color: rgb(129,158,211); }
div.DivClassName
{
background-color: #819ED3;
}
.BgClassName
{
background-color: #819ED3;
}
</style>
border-color css
<style>
span { border-color: #819ED3; }
span { border-color: rgb(129,158,211); }
td.TdClassName
{
border-color: #819ED3;
}
.TagClassName
{
border-color: #819ED3;
}
</style>