Shades of Polo Blue #839CCE
Tints of Polo Blue #839CCE
RGB
CMYK
RGB Variations
Color information
#839CCE (or 0x839CCE) is known color: Polo Blue. HEX triplet: 83, 9C and CE. RGB value is (131,156,206). Sum of RGB (Red+Green+Blue) = 131+156+206=493 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.57% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #839CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839CCE is #7C6331. Grayscale: #999999. Windows color (decimal): -8151858 or 13540483. OLE color: 13540483.
HSL color Cylindrical-coordinate representation of color #839CCE: hue angle of 220º 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 #839CCE is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 156 | 206 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.19 |
| HSL | 220º | 0.43% | 0.66% | - |
| HSV(B) | 220º | 0.36% | 0.81% | - |
| XYZ | 32.39 | 33.06 | 63.07 | - |
| YUV | 154.23 | 157.22 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 156 | 206 | 0.36 | 0.24 | 0 | 0.19 | 220 | 0.43 | 0.66 |
| Hex | 83 | 9C | CE | 24 | 18 | 0 | 13 | DC | 2B | 42 |
| Octal | 203 | 234 | 316 | 44 | 30 | 0 | 23 | 334 | 53 | 102 |
| Binary | 10000011 | 10011100 | 11001110 | 100100 | 11000 | 0 | 10011 | 11011100 | 101011 | 1000010 |
Color Harmonies of #839CCE
Complementary color
Monochromatic Colors of #839CCE
Black with #839CCE
Text Example
Text Example
White with #839CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839CCE; }
p { color: rgb(131,156,206); }
H1.HeaderClassName
{
color: #839CCE;
}
.AnyTagClassName
{
color: #839CCE;
}
</style>
background-color css
<style>
a { background-color: #839CCE; }
a { background-color: rgb(131,156,206); }
div.DivClassName
{
background-color: #839CCE;
}
.BgClassName
{
background-color: #839CCE;
}
</style>
border-color css
<style>
span { border-color: #839CCE; }
span { border-color: rgb(131,156,206); }
td.TdClassName
{
border-color: #839CCE;
}
.TagClassName
{
border-color: #839CCE;
}
</style>