Shades of Polo Blue #839DC8
Tints of Polo Blue #839DC8
RGB
CMYK
RGB Variations
Color information
#839DC8 (or 0x839DC8) is known color: Polo Blue. HEX triplet: 83, 9D and C8. RGB value is (131,157,200). Sum of RGB (Red+Green+Blue) = 131+157+200=488 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.84% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 200 (78.52% from 255 or 40.98% from 488); Max value from RGB is 200 - color contains mainly: blue. Hex color #839DC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839DC8 is #7C6237. Grayscale: #999999. Windows color (decimal): -8151608 or 13147523. OLE color: 13147523.
HSL color Cylindrical-coordinate representation of color #839DC8: hue angle of 217.39º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #839DC8 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 157 | 200 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.22 |
| HSL | 217.39º | 0.39% | 0.65% | - |
| HSV(B) | 217.39º | 0.35% | 0.78% | - |
| XYZ | 31.84 | 33.11 | 59.36 | - |
| YUV | 154.13 | 153.89 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 157 | 200 | 0.34 | 0.22 | 0 | 0.22 | 217.39 | 0.39 | 0.65 |
| Hex | 83 | 9D | C8 | 22 | 16 | 0 | 16 | D9 | 27 | 41 |
| Octal | 203 | 235 | 310 | 42 | 26 | 0 | 26 | 331 | 47 | 101 |
| Binary | 10000011 | 10011101 | 11001000 | 100010 | 10110 | 0 | 10110 | 11011001 | 100111 | 1000001 |
Color Harmonies of #839DC8
Complementary color
Monochromatic Colors of #839DC8
Black with #839DC8
Text Example
Text Example
White with #839DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839DC8; }
p { color: rgb(131,157,200); }
H1.HeaderClassName
{
color: #839DC8;
}
.AnyTagClassName
{
color: #839DC8;
}
</style>
background-color css
<style>
a { background-color: #839DC8; }
a { background-color: rgb(131,157,200); }
div.DivClassName
{
background-color: #839DC8;
}
.BgClassName
{
background-color: #839DC8;
}
</style>
border-color css
<style>
span { border-color: #839DC8; }
span { border-color: rgb(131,157,200); }
td.TdClassName
{
border-color: #839DC8;
}
.TagClassName
{
border-color: #839DC8;
}
</style>