Shades of Polo Blue #839ECB
Tints of Polo Blue #839ECB
RGB
CMYK
RGB Variations
Color information
#839ECB (or 0x839ECB) is known color: Polo Blue. HEX triplet: 83, 9E and CB. RGB value is (131,158,203). Sum of RGB (Red+Green+Blue) = 131+158+203=492 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.63% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #839ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839ECB is #7C6134. Grayscale: #9A9A9A. Windows color (decimal): -8151349 or 13344387. OLE color: 13344387.
HSL color Cylindrical-coordinate representation of color #839ECB: hue angle of 217.5º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #839ECB is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 158 | 203 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.20 |
| HSL | 217.5º | 0.41% | 0.65% | - |
| HSV(B) | 217.5º | 0.35% | 0.8% | - |
| XYZ | 32.37 | 33.59 | 61.28 | - |
| YUV | 155.06 | 155.05 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 158 | 203 | 0.35 | 0.22 | 0 | 0.20 | 217.5 | 0.41 | 0.65 |
| Hex | 83 | 9E | CB | 23 | 16 | 0 | 14 | DA | 29 | 41 |
| Octal | 203 | 236 | 313 | 43 | 26 | 0 | 24 | 332 | 51 | 101 |
| Binary | 10000011 | 10011110 | 11001011 | 100011 | 10110 | 0 | 10100 | 11011010 | 101001 | 1000001 |
Color Harmonies of #839ECB
Complementary color
Monochromatic Colors of #839ECB
Black with #839ECB
Text Example
Text Example
White with #839ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839ECB; }
p { color: rgb(131,158,203); }
H1.HeaderClassName
{
color: #839ECB;
}
.AnyTagClassName
{
color: #839ECB;
}
</style>
background-color css
<style>
a { background-color: #839ECB; }
a { background-color: rgb(131,158,203); }
div.DivClassName
{
background-color: #839ECB;
}
.BgClassName
{
background-color: #839ECB;
}
</style>
border-color css
<style>
span { border-color: #839ECB; }
span { border-color: rgb(131,158,203); }
td.TdClassName
{
border-color: #839ECB;
}
.TagClassName
{
border-color: #839ECB;
}
</style>