Shades of Polo Blue #839BC2
Tints of Polo Blue #839BC2
RGB
CMYK
RGB Variations
Color information
#839BC2 (or 0x839BC2) is known color: Polo Blue. HEX triplet: 83, 9B and C2. RGB value is (131,155,194). Sum of RGB (Red+Green+Blue) = 131+155+194=480 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.29% from 480); Green value is 155 (60.94% from 255 or 32.29% from 480); Blue value is 194 (76.17% from 255 or 40.42% from 480); Max value from RGB is 194 - color contains mainly: blue. Hex color #839BC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839BC2 is #7C643D. Grayscale: #989898. Windows color (decimal): -8152126 or 12753795. OLE color: 12753795.
HSL color Cylindrical-coordinate representation of color #839BC2: hue angle of 217.14º 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 #839BC2 is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 155 | 194 | - |
| CMYK | 0.32 | 0.20 | 0 | 0.24 |
| HSL | 217.14º | 0.34% | 0.64% | - |
| HSV(B) | 217.14º | 0.32% | 0.76% | - |
| XYZ | 30.82 | 32.16 | 55.62 | - |
| YUV | 152.27 | 151.55 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 155 | 194 | 0.32 | 0.20 | 0 | 0.24 | 217.14 | 0.34 | 0.64 |
| Hex | 83 | 9B | C2 | 20 | 14 | 0 | 18 | D9 | 22 | 40 |
| Octal | 203 | 233 | 302 | 40 | 24 | 0 | 30 | 331 | 42 | 100 |
| Binary | 10000011 | 10011011 | 11000010 | 100000 | 10100 | 0 | 11000 | 11011001 | 100010 | 1000000 |
Color Harmonies of #839BC2
Complementary color
Monochromatic Colors of #839BC2
Black with #839BC2
Text Example
Text Example
White with #839BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839BC2; }
p { color: rgb(131,155,194); }
H1.HeaderClassName
{
color: #839BC2;
}
.AnyTagClassName
{
color: #839BC2;
}
</style>
background-color css
<style>
a { background-color: #839BC2; }
a { background-color: rgb(131,155,194); }
div.DivClassName
{
background-color: #839BC2;
}
.BgClassName
{
background-color: #839BC2;
}
</style>
border-color css
<style>
span { border-color: #839BC2; }
span { border-color: rgb(131,155,194); }
td.TdClassName
{
border-color: #839BC2;
}
.TagClassName
{
border-color: #839BC2;
}
</style>