Shades of Polo Blue #839ED2
Tints of Polo Blue #839ED2
RGB
CMYK
RGB Variations
Color information
#839ED2 (or 0x839ED2) is known color: Polo Blue. HEX triplet: 83, 9E and D2. RGB value is (131,158,210). Sum of RGB (Red+Green+Blue) = 131+158+210=499 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.25% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 210 (82.42% from 255 or 42.08% from 499); Max value from RGB is 210 - color contains mainly: blue. Hex color #839ED2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839ED2 is #7C612D. Grayscale: #9B9B9B. Windows color (decimal): -8151342 or 13803139. OLE color: 13803139.
HSL color Cylindrical-coordinate representation of color #839ED2: hue angle of 219.49º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #839ED2 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 158 | 210 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.18 |
| HSL | 219.49º | 0.47% | 0.67% | - |
| HSV(B) | 219.49º | 0.38% | 0.82% | - |
| XYZ | 33.22 | 33.93 | 65.77 | - |
| YUV | 155.86 | 158.55 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 158 | 210 | 0.38 | 0.25 | 0 | 0.18 | 219.49 | 0.47 | 0.67 |
| Hex | 83 | 9E | D2 | 26 | 19 | 0 | 12 | DB | 2F | 43 |
| Octal | 203 | 236 | 322 | 46 | 31 | 0 | 22 | 333 | 57 | 103 |
| Binary | 10000011 | 10011110 | 11010010 | 100110 | 11001 | 0 | 10010 | 11011011 | 101111 | 1000011 |
Color Harmonies of #839ED2
Complementary color
Monochromatic Colors of #839ED2
Black with #839ED2
Text Example
Text Example
White with #839ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839ED2; }
p { color: rgb(131,158,210); }
H1.HeaderClassName
{
color: #839ED2;
}
.AnyTagClassName
{
color: #839ED2;
}
</style>
background-color css
<style>
a { background-color: #839ED2; }
a { background-color: rgb(131,158,210); }
div.DivClassName
{
background-color: #839ED2;
}
.BgClassName
{
background-color: #839ED2;
}
</style>
border-color css
<style>
span { border-color: #839ED2; }
span { border-color: rgb(131,158,210); }
td.TdClassName
{
border-color: #839ED2;
}
.TagClassName
{
border-color: #839ED2;
}
</style>