Shades of Polo Blue #839ECC
Tints of Polo Blue #839ECC
RGB
CMYK
RGB Variations
Color information
#839ECC (or 0x839ECC) is known color: Polo Blue. HEX triplet: 83, 9E and CC. RGB value is (131,158,204). Sum of RGB (Red+Green+Blue) = 131+158+204=493 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.57% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #839ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839ECC is #7C6133. Grayscale: #9A9A9A. Windows color (decimal): -8151348 or 13409923. OLE color: 13409923.
HSL color Cylindrical-coordinate representation of color #839ECC: hue angle of 217.81º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #839ECC is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 158 | 204 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.2 |
| HSL | 217.81º | 0.42% | 0.66% | - |
| HSV(B) | 217.81º | 0.36% | 0.8% | - |
| XYZ | 32.49 | 33.64 | 61.91 | - |
| YUV | 155.17 | 155.55 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 158 | 204 | 0.36 | 0.23 | 0 | 0.2 | 217.81 | 0.42 | 0.66 |
| Hex | 83 | 9E | CC | 24 | 17 | 0 | 14 | DA | 2A | 42 |
| Octal | 203 | 236 | 314 | 44 | 27 | 0 | 24 | 332 | 52 | 102 |
| Binary | 10000011 | 10011110 | 11001100 | 100100 | 10111 | 0 | 10100 | 11011010 | 101010 | 1000010 |
Color Harmonies of #839ECC
Complementary color
Monochromatic Colors of #839ECC
Black with #839ECC
Text Example
Text Example
White with #839ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839ECC; }
p { color: rgb(131,158,204); }
H1.HeaderClassName
{
color: #839ECC;
}
.AnyTagClassName
{
color: #839ECC;
}
</style>
background-color css
<style>
a { background-color: #839ECC; }
a { background-color: rgb(131,158,204); }
div.DivClassName
{
background-color: #839ECC;
}
.BgClassName
{
background-color: #839ECC;
}
</style>
border-color css
<style>
span { border-color: #839ECC; }
span { border-color: rgb(131,158,204); }
td.TdClassName
{
border-color: #839ECC;
}
.TagClassName
{
border-color: #839ECC;
}
</style>