Shades of Polo Blue #8B9ECC
Tints of Polo Blue #8B9ECC
RGB
CMYK
RGB Variations
Color information
#8B9ECC (or 0x8B9ECC) is known color: Polo Blue. HEX triplet: 8B, 9E and CC. RGB value is (139,158,204). Sum of RGB (Red+Green+Blue) = 139+158+204=501 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.74% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #8B9ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9ECC is #746133. Grayscale: #9D9D9D. Windows color (decimal): -7627060 or 13409931. OLE color: 13409931.
HSL color Cylindrical-coordinate representation of color #8B9ECC: hue angle of 222.46º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B9ECC is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 139 | 158 | 204 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.2 |
| HSL | 222.46º | 0.39% | 0.67% | - |
| HSV(B) | 222.46º | 0.32% | 0.8% | - |
| XYZ | 33.77 | 34.3 | 61.97 | - |
| YUV | 157.56 | 154.21 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 158 | 204 | 0.32 | 0.23 | 0 | 0.2 | 222.46 | 0.39 | 0.67 |
| Hex | 8B | 9E | CC | 20 | 17 | 0 | 14 | DE | 27 | 43 |
| Octal | 213 | 236 | 314 | 40 | 27 | 0 | 24 | 336 | 47 | 103 |
| Binary | 10001011 | 10011110 | 11001100 | 100000 | 10111 | 0 | 10100 | 11011110 | 100111 | 1000011 |
Color Harmonies of #8B9ECC
Complementary color
Monochromatic Colors of #8B9ECC
Black with #8B9ECC
Text Example
Text Example
White with #8B9ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9ECC; }
p { color: rgb(139,158,204); }
H1.HeaderClassName
{
color: #8B9ECC;
}
.AnyTagClassName
{
color: #8B9ECC;
}
</style>
background-color css
<style>
a { background-color: #8B9ECC; }
a { background-color: rgb(139,158,204); }
div.DivClassName
{
background-color: #8B9ECC;
}
.BgClassName
{
background-color: #8B9ECC;
}
</style>
border-color css
<style>
span { border-color: #8B9ECC; }
span { border-color: rgb(139,158,204); }
td.TdClassName
{
border-color: #8B9ECC;
}
.TagClassName
{
border-color: #8B9ECC;
}
</style>