Shades of Polo Blue #839ECE
Tints of Polo Blue #839ECE
RGB
CMYK
RGB Variations
Color information
#839ECE (or 0x839ECE) is known color: Polo Blue. HEX triplet: 83, 9E and CE. RGB value is (131,158,206). Sum of RGB (Red+Green+Blue) = 131+158+206=495 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.46% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #839ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839ECE is #7C6131. Grayscale: #9B9B9B. Windows color (decimal): -8151346 or 13540995. OLE color: 13540995.
HSL color Cylindrical-coordinate representation of color #839ECE: hue angle of 218.4º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #839ECE is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 158 | 206 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.19 |
| HSL | 218.4º | 0.43% | 0.66% | - |
| HSV(B) | 218.4º | 0.36% | 0.81% | - |
| XYZ | 32.73 | 33.74 | 63.18 | - |
| YUV | 155.4 | 156.55 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 158 | 206 | 0.36 | 0.23 | 0 | 0.19 | 218.4 | 0.43 | 0.66 |
| Hex | 83 | 9E | CE | 24 | 17 | 0 | 13 | DA | 2B | 42 |
| Octal | 203 | 236 | 316 | 44 | 27 | 0 | 23 | 332 | 53 | 102 |
| Binary | 10000011 | 10011110 | 11001110 | 100100 | 10111 | 0 | 10011 | 11011010 | 101011 | 1000010 |
Color Harmonies of #839ECE
Complementary color
Monochromatic Colors of #839ECE
Black with #839ECE
Text Example
Text Example
White with #839ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839ECE; }
p { color: rgb(131,158,206); }
H1.HeaderClassName
{
color: #839ECE;
}
.AnyTagClassName
{
color: #839ECE;
}
</style>
background-color css
<style>
a { background-color: #839ECE; }
a { background-color: rgb(131,158,206); }
div.DivClassName
{
background-color: #839ECE;
}
.BgClassName
{
background-color: #839ECE;
}
</style>
border-color css
<style>
span { border-color: #839ECE; }
span { border-color: rgb(131,158,206); }
td.TdClassName
{
border-color: #839ECE;
}
.TagClassName
{
border-color: #839ECE;
}
</style>