Shades of Polo Blue #839CC2
Tints of Polo Blue #839CC2
RGB
CMYK
RGB Variations
Color information
#839CC2 (or 0x839CC2) is known color: Polo Blue. HEX triplet: 83, 9C and C2. RGB value is (131,156,194). Sum of RGB (Red+Green+Blue) = 131+156+194=481 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.23% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 194 (76.17% from 255 or 40.33% from 481); Max value from RGB is 194 - color contains mainly: blue. Hex color #839CC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839CC2 is #7C633D. Grayscale: #989898. Windows color (decimal): -8151870 or 12754051. OLE color: 12754051.
HSL color Cylindrical-coordinate representation of color #839CC2: hue angle of 216.19º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #839CC2 is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 156 | 194 | - |
| CMYK | 0.32 | 0.20 | 0 | 0.24 |
| HSL | 216.19º | 0.34% | 0.64% | - |
| HSV(B) | 216.19º | 0.32% | 0.76% | - |
| XYZ | 30.99 | 32.5 | 55.68 | - |
| YUV | 152.86 | 151.22 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 156 | 194 | 0.32 | 0.20 | 0 | 0.24 | 216.19 | 0.34 | 0.64 |
| Hex | 83 | 9C | C2 | 20 | 14 | 0 | 18 | D8 | 22 | 40 |
| Octal | 203 | 234 | 302 | 40 | 24 | 0 | 30 | 330 | 42 | 100 |
| Binary | 10000011 | 10011100 | 11000010 | 100000 | 10100 | 0 | 11000 | 11011000 | 100010 | 1000000 |
Color Harmonies of #839CC2
Complementary color
Monochromatic Colors of #839CC2
Black with #839CC2
Text Example
Text Example
White with #839CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839CC2; }
p { color: rgb(131,156,194); }
H1.HeaderClassName
{
color: #839CC2;
}
.AnyTagClassName
{
color: #839CC2;
}
</style>
background-color css
<style>
a { background-color: #839CC2; }
a { background-color: rgb(131,156,194); }
div.DivClassName
{
background-color: #839CC2;
}
.BgClassName
{
background-color: #839CC2;
}
</style>
border-color css
<style>
span { border-color: #839CC2; }
span { border-color: rgb(131,156,194); }
td.TdClassName
{
border-color: #839CC2;
}
.TagClassName
{
border-color: #839CC2;
}
</style>