Shades of Polo Blue #8B9ECB
Tints of Polo Blue #8B9ECB
RGB
CMYK
RGB Variations
Color information
#8B9ECB (or 0x8B9ECB) is known color: Polo Blue. HEX triplet: 8B, 9E and CB. RGB value is (139,158,203). Sum of RGB (Red+Green+Blue) = 139+158+203=500 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.8% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B9ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9ECB is #746134. Grayscale: #9D9D9D. Windows color (decimal): -7627061 or 13344395. OLE color: 13344395.
HSL color Cylindrical-coordinate representation of color #8B9ECB: hue angle of 222.19º degrees, saturation: 0.38, 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 #8B9ECB is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 158 | 203 | - |
| CMYK | 0.32 | 0.22 | 0 | 0.20 |
| HSL | 222.19º | 0.38% | 0.67% | - |
| HSV(B) | 222.19º | 0.32% | 0.8% | - |
| XYZ | 33.65 | 34.25 | 61.34 | - |
| YUV | 157.45 | 153.71 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 158 | 203 | 0.32 | 0.22 | 0 | 0.20 | 222.19 | 0.38 | 0.67 |
| Hex | 8B | 9E | CB | 20 | 16 | 0 | 14 | DE | 26 | 43 |
| Octal | 213 | 236 | 313 | 40 | 26 | 0 | 24 | 336 | 46 | 103 |
| Binary | 10001011 | 10011110 | 11001011 | 100000 | 10110 | 0 | 10100 | 11011110 | 100110 | 1000011 |
Color Harmonies of #8B9ECB
Complementary color
Monochromatic Colors of #8B9ECB
Black with #8B9ECB
Text Example
Text Example
White with #8B9ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9ECB; }
p { color: rgb(139,158,203); }
H1.HeaderClassName
{
color: #8B9ECB;
}
.AnyTagClassName
{
color: #8B9ECB;
}
</style>
background-color css
<style>
a { background-color: #8B9ECB; }
a { background-color: rgb(139,158,203); }
div.DivClassName
{
background-color: #8B9ECB;
}
.BgClassName
{
background-color: #8B9ECB;
}
</style>
border-color css
<style>
span { border-color: #8B9ECB; }
span { border-color: rgb(139,158,203); }
td.TdClassName
{
border-color: #8B9ECB;
}
.TagClassName
{
border-color: #8B9ECB;
}
</style>