Shades of Polo Blue #839BC8
Tints of Polo Blue #839BC8
RGB
CMYK
RGB Variations
Color information
#839BC8 (or 0x839BC8) is known color: Polo Blue. HEX triplet: 83, 9B and C8. RGB value is (131,155,200). Sum of RGB (Red+Green+Blue) = 131+155+200=486 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.95% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 200 (78.52% from 255 or 41.15% from 486); Max value from RGB is 200 - color contains mainly: blue. Hex color #839BC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839BC8 is #7C6437. Grayscale: #989898. Windows color (decimal): -8152120 or 13147011. OLE color: 13147011.
HSL color Cylindrical-coordinate representation of color #839BC8: hue angle of 219.13º 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 #839BC8 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 155 | 200 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.22 |
| HSL | 219.13º | 0.39% | 0.65% | - |
| HSV(B) | 219.13º | 0.35% | 0.78% | - |
| XYZ | 31.51 | 32.44 | 59.24 | - |
| YUV | 152.95 | 154.55 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 155 | 200 | 0.34 | 0.22 | 0 | 0.22 | 219.13 | 0.39 | 0.65 |
| Hex | 83 | 9B | C8 | 22 | 16 | 0 | 16 | DB | 27 | 41 |
| Octal | 203 | 233 | 310 | 42 | 26 | 0 | 26 | 333 | 47 | 101 |
| Binary | 10000011 | 10011011 | 11001000 | 100010 | 10110 | 0 | 10110 | 11011011 | 100111 | 1000001 |
Color Harmonies of #839BC8
Complementary color
Monochromatic Colors of #839BC8
Black with #839BC8
Text Example
Text Example
White with #839BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839BC8; }
p { color: rgb(131,155,200); }
H1.HeaderClassName
{
color: #839BC8;
}
.AnyTagClassName
{
color: #839BC8;
}
</style>
background-color css
<style>
a { background-color: #839BC8; }
a { background-color: rgb(131,155,200); }
div.DivClassName
{
background-color: #839BC8;
}
.BgClassName
{
background-color: #839BC8;
}
</style>
border-color css
<style>
span { border-color: #839BC8; }
span { border-color: rgb(131,155,200); }
td.TdClassName
{
border-color: #839BC8;
}
.TagClassName
{
border-color: #839BC8;
}
</style>