Shades of Polo Blue #839ED4
Tints of Polo Blue #839ED4
RGB
CMYK
RGB Variations
Color information
#839ED4 (or 0x839ED4) is known color: Polo Blue. HEX triplet: 83, 9E and D4. RGB value is (131,158,212). Sum of RGB (Red+Green+Blue) = 131+158+212=501 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.15% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 212 (83.20% from 255 or 42.32% from 501); Max value from RGB is 212 - color contains mainly: blue. Hex color #839ED4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839ED4 is #7C612B. Grayscale: #9B9B9B. Windows color (decimal): -8151340 or 13934211. OLE color: 13934211.
HSL color Cylindrical-coordinate representation of color #839ED4: hue angle of 220º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #839ED4 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 131 | 158 | 212 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.17 |
| HSL | 220º | 0.49% | 0.67% | - |
| HSV(B) | 220º | 0.38% | 0.83% | - |
| XYZ | 33.47 | 34.03 | 67.09 | - |
| YUV | 156.08 | 159.55 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 158 | 212 | 0.38 | 0.25 | 0 | 0.17 | 220 | 0.49 | 0.67 |
| Hex | 83 | 9E | D4 | 26 | 19 | 0 | 11 | DC | 31 | 43 |
| Octal | 203 | 236 | 324 | 46 | 31 | 0 | 21 | 334 | 61 | 103 |
| Binary | 10000011 | 10011110 | 11010100 | 100110 | 11001 | 0 | 10001 | 11011100 | 110001 | 1000011 |
Color Harmonies of #839ED4
Complementary color
Monochromatic Colors of #839ED4
Black with #839ED4
Text Example
Text Example
White with #839ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839ED4; }
p { color: rgb(131,158,212); }
H1.HeaderClassName
{
color: #839ED4;
}
.AnyTagClassName
{
color: #839ED4;
}
</style>
background-color css
<style>
a { background-color: #839ED4; }
a { background-color: rgb(131,158,212); }
div.DivClassName
{
background-color: #839ED4;
}
.BgClassName
{
background-color: #839ED4;
}
</style>
border-color css
<style>
span { border-color: #839ED4; }
span { border-color: rgb(131,158,212); }
td.TdClassName
{
border-color: #839ED4;
}
.TagClassName
{
border-color: #839ED4;
}
</style>