Shades of Polo Blue #839EC0
Tints of Polo Blue #839EC0
RGB
CMYK
RGB Variations
Color information
#839EC0 (or 0x839EC0) is known color: Polo Blue. HEX triplet: 83, 9E and C0. RGB value is (131,158,192). Sum of RGB (Red+Green+Blue) = 131+158+192=481 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.23% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 192 - color contains mainly: blue. Hex color #839EC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839EC0 is #7C613F. Grayscale: #999999. Windows color (decimal): -8151360 or 12623491. OLE color: 12623491.
HSL color Cylindrical-coordinate representation of color #839EC0: hue angle of 213.44º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #839EC0 is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 158 | 192 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.25 |
| HSL | 213.44º | 0.33% | 0.63% | - |
| HSV(B) | 213.44º | 0.32% | 0.75% | - |
| XYZ | 31.1 | 33.08 | 54.62 | - |
| YUV | 153.8 | 149.55 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 158 | 192 | 0.32 | 0.18 | 0 | 0.25 | 213.44 | 0.33 | 0.63 |
| Hex | 83 | 9E | C0 | 20 | 12 | 0 | 19 | D5 | 21 | 3F |
| Octal | 203 | 236 | 300 | 40 | 22 | 0 | 31 | 325 | 41 | 77 |
| Binary | 10000011 | 10011110 | 11000000 | 100000 | 10010 | 0 | 11001 | 11010101 | 100001 | 111111 |
Color Harmonies of #839EC0
Complementary color
Monochromatic Colors of #839EC0
Black with #839EC0
Text Example
Text Example
White with #839EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839EC0; }
p { color: rgb(131,158,192); }
H1.HeaderClassName
{
color: #839EC0;
}
.AnyTagClassName
{
color: #839EC0;
}
</style>
background-color css
<style>
a { background-color: #839EC0; }
a { background-color: rgb(131,158,192); }
div.DivClassName
{
background-color: #839EC0;
}
.BgClassName
{
background-color: #839EC0;
}
</style>
border-color css
<style>
span { border-color: #839EC0; }
span { border-color: rgb(131,158,192); }
td.TdClassName
{
border-color: #839EC0;
}
.TagClassName
{
border-color: #839EC0;
}
</style>