Shades of Polo Blue #84A7CB
Tints of Polo Blue #84A7CB
RGB
CMYK
RGB Variations
Color information
#84A7CB (or 0x84A7CB) is known color: Polo Blue. HEX triplet: 84, A7 and CB. RGB value is (132,167,203). Sum of RGB (Red+Green+Blue) = 132+167+203=502 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.29% from 502); Green value is 167 (65.62% from 255 or 33.27% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #84A7CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A7CB is #7B5834. Grayscale: #A0A0A0. Windows color (decimal): -8083509 or 13346692. OLE color: 13346692.
HSL color Cylindrical-coordinate representation of color #84A7CB: hue angle of 210.42º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84A7CB is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 167 | 203 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.20 |
| HSL | 210.42º | 0.41% | 0.66% | - |
| HSV(B) | 210.42º | 0.35% | 0.8% | - |
| XYZ | 34.11 | 36.85 | 61.82 | - |
| YUV | 160.64 | 151.9 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 167 | 203 | 0.35 | 0.18 | 0 | 0.20 | 210.42 | 0.41 | 0.66 |
| Hex | 84 | A7 | CB | 23 | 12 | 0 | 14 | D2 | 29 | 42 |
| Octal | 204 | 247 | 313 | 43 | 22 | 0 | 24 | 322 | 51 | 102 |
| Binary | 10000100 | 10100111 | 11001011 | 100011 | 10010 | 0 | 10100 | 11010010 | 101001 | 1000010 |
Color Harmonies of #84A7CB
Complementary color
Monochromatic Colors of #84A7CB
Black with #84A7CB
Text Example
Text Example
White with #84A7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A7CB; }
p { color: rgb(132,167,203); }
H1.HeaderClassName
{
color: #84A7CB;
}
.AnyTagClassName
{
color: #84A7CB;
}
</style>
background-color css
<style>
a { background-color: #84A7CB; }
a { background-color: rgb(132,167,203); }
div.DivClassName
{
background-color: #84A7CB;
}
.BgClassName
{
background-color: #84A7CB;
}
</style>
border-color css
<style>
span { border-color: #84A7CB; }
span { border-color: rgb(132,167,203); }
td.TdClassName
{
border-color: #84A7CB;
}
.TagClassName
{
border-color: #84A7CB;
}
</style>