Shades of Polo Blue #8C9ECC
Tints of Polo Blue #8C9ECC
RGB
CMYK
RGB Variations
Color information
#8C9ECC (or 0x8C9ECC) is known color: Polo Blue. HEX triplet: 8C, 9E and CC. RGB value is (140,158,204). Sum of RGB (Red+Green+Blue) = 140+158+204=502 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.89% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C9ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9ECC is #736133. Grayscale: #9D9D9D. Windows color (decimal): -7561524 or 13409932. OLE color: 13409932.
HSL color Cylindrical-coordinate representation of color #8C9ECC: hue angle of 223.12º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C9ECC is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 158 | 204 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.2 |
| HSL | 223.13º | 0.39% | 0.67% | - |
| HSV(B) | 223.13º | 0.31% | 0.8% | - |
| XYZ | 33.94 | 34.39 | 61.98 | - |
| YUV | 157.86 | 154.04 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 158 | 204 | 0.31 | 0.23 | 0 | 0.2 | 223.13 | 0.39 | 0.67 |
| Hex | 8C | 9E | CC | 1F | 17 | 0 | 14 | DF | 27 | 43 |
| Octal | 214 | 236 | 314 | 37 | 27 | 0 | 24 | 337 | 47 | 103 |
| Binary | 10001100 | 10011110 | 11001100 | 11111 | 10111 | 0 | 10100 | 11011111 | 100111 | 1000011 |
Color Harmonies of #8C9ECC
Complementary color
Monochromatic Colors of #8C9ECC
Black with #8C9ECC
Text Example
Text Example
White with #8C9ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9ECC; }
p { color: rgb(140,158,204); }
H1.HeaderClassName
{
color: #8C9ECC;
}
.AnyTagClassName
{
color: #8C9ECC;
}
</style>
background-color css
<style>
a { background-color: #8C9ECC; }
a { background-color: rgb(140,158,204); }
div.DivClassName
{
background-color: #8C9ECC;
}
.BgClassName
{
background-color: #8C9ECC;
}
</style>
border-color css
<style>
span { border-color: #8C9ECC; }
span { border-color: rgb(140,158,204); }
td.TdClassName
{
border-color: #8C9ECC;
}
.TagClassName
{
border-color: #8C9ECC;
}
</style>