Shades of Polo Blue #849ED2
Tints of Polo Blue #849ED2
RGB
CMYK
RGB Variations
Color information
#849ED2 (or 0x849ED2) is known color: Polo Blue. HEX triplet: 84, 9E and D2. RGB value is (132,158,210). Sum of RGB (Red+Green+Blue) = 132+158+210=500 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.4% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 210 (82.42% from 255 or 42% from 500); Max value from RGB is 210 - color contains mainly: blue. Hex color #849ED2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849ED2 is #7B612D. Grayscale: #9B9B9B. Windows color (decimal): -8085806 or 13803140. OLE color: 13803140.
HSL color Cylindrical-coordinate representation of color #849ED2: hue angle of 220º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #849ED2 is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 158 | 210 | - |
| CMYK | 0.37 | 0.25 | 0 | 0.18 |
| HSL | 220º | 0.46% | 0.67% | - |
| HSV(B) | 220º | 0.37% | 0.82% | - |
| XYZ | 33.38 | 34.01 | 65.78 | - |
| YUV | 156.15 | 158.39 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 158 | 210 | 0.37 | 0.25 | 0 | 0.18 | 220 | 0.46 | 0.67 |
| Hex | 84 | 9E | D2 | 25 | 19 | 0 | 12 | DC | 2E | 43 |
| Octal | 204 | 236 | 322 | 45 | 31 | 0 | 22 | 334 | 56 | 103 |
| Binary | 10000100 | 10011110 | 11010010 | 100101 | 11001 | 0 | 10010 | 11011100 | 101110 | 1000011 |
Color Harmonies of #849ED2
Complementary color
Monochromatic Colors of #849ED2
Black with #849ED2
Text Example
Text Example
White with #849ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849ED2; }
p { color: rgb(132,158,210); }
H1.HeaderClassName
{
color: #849ED2;
}
.AnyTagClassName
{
color: #849ED2;
}
</style>
background-color css
<style>
a { background-color: #849ED2; }
a { background-color: rgb(132,158,210); }
div.DivClassName
{
background-color: #849ED2;
}
.BgClassName
{
background-color: #849ED2;
}
</style>
border-color css
<style>
span { border-color: #849ED2; }
span { border-color: rgb(132,158,210); }
td.TdClassName
{
border-color: #849ED2;
}
.TagClassName
{
border-color: #849ED2;
}
</style>