Shades of Polo Blue #849ED3
Tints of Polo Blue #849ED3
RGB
CMYK
RGB Variations
Color information
#849ED3 (or 0x849ED3) is known color: Polo Blue. HEX triplet: 84, 9E and D3. RGB value is (132,158,211). Sum of RGB (Red+Green+Blue) = 132+158+211=501 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.35% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 211 (82.81% from 255 or 42.12% from 501); Max value from RGB is 211 - color contains mainly: blue. Hex color #849ED3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849ED3 is #7B612C. Grayscale: #9C9C9C. Windows color (decimal): -8085805 or 13868676. OLE color: 13868676.
HSL color Cylindrical-coordinate representation of color #849ED3: hue angle of 220.25º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #849ED3 is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 132 | 158 | 211 | - |
| CMYK | 0.37 | 0.25 | 0 | 0.17 |
| HSL | 220.25º | 0.47% | 0.67% | - |
| HSV(B) | 220.25º | 0.37% | 0.83% | - |
| XYZ | 33.5 | 34.06 | 66.44 | - |
| YUV | 156.27 | 158.89 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 158 | 211 | 0.37 | 0.25 | 0 | 0.17 | 220.25 | 0.47 | 0.67 |
| Hex | 84 | 9E | D3 | 25 | 19 | 0 | 11 | DC | 2F | 43 |
| Octal | 204 | 236 | 323 | 45 | 31 | 0 | 21 | 334 | 57 | 103 |
| Binary | 10000100 | 10011110 | 11010011 | 100101 | 11001 | 0 | 10001 | 11011100 | 101111 | 1000011 |
Color Harmonies of #849ED3
Complementary color
Monochromatic Colors of #849ED3
Black with #849ED3
Text Example
Text Example
White with #849ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849ED3; }
p { color: rgb(132,158,211); }
H1.HeaderClassName
{
color: #849ED3;
}
.AnyTagClassName
{
color: #849ED3;
}
</style>
background-color css
<style>
a { background-color: #849ED3; }
a { background-color: rgb(132,158,211); }
div.DivClassName
{
background-color: #849ED3;
}
.BgClassName
{
background-color: #849ED3;
}
</style>
border-color css
<style>
span { border-color: #849ED3; }
span { border-color: rgb(132,158,211); }
td.TdClassName
{
border-color: #849ED3;
}
.TagClassName
{
border-color: #849ED3;
}
</style>