Shades of Polo Blue #8BA0CD
Tints of Polo Blue #8BA0CD
RGB
CMYK
RGB Variations
Color information
#8BA0CD (or 0x8BA0CD) is known color: Polo Blue. HEX triplet: 8B, A0 and CD. RGB value is (139,160,205). Sum of RGB (Red+Green+Blue) = 139+160+205=504 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.58% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #8BA0CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA0CD is #745F32. Grayscale: #9E9E9E. Windows color (decimal): -7626547 or 13475979. OLE color: 13475979.
HSL color Cylindrical-coordinate representation of color #8BA0CD: hue angle of 220.91º degrees, saturation: 0.4, 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 #8BA0CD is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 160 | 205 | - |
| CMYK | 0.32 | 0.22 | 0 | 0.20 |
| HSL | 220.91º | 0.4% | 0.67% | - |
| HSV(B) | 220.91º | 0.32% | 0.8% | - |
| XYZ | 34.24 | 35.04 | 62.72 | - |
| YUV | 158.85 | 154.04 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 160 | 205 | 0.32 | 0.22 | 0 | 0.20 | 220.91 | 0.4 | 0.67 |
| Hex | 8B | A0 | CD | 20 | 16 | 0 | 14 | DD | 28 | 43 |
| Octal | 213 | 240 | 315 | 40 | 26 | 0 | 24 | 335 | 50 | 103 |
| Binary | 10001011 | 10100000 | 11001101 | 100000 | 10110 | 0 | 10100 | 11011101 | 101000 | 1000011 |
Color Harmonies of #8BA0CD
Complementary color
Monochromatic Colors of #8BA0CD
Black with #8BA0CD
Text Example
Text Example
White with #8BA0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA0CD; }
p { color: rgb(139,160,205); }
H1.HeaderClassName
{
color: #8BA0CD;
}
.AnyTagClassName
{
color: #8BA0CD;
}
</style>
background-color css
<style>
a { background-color: #8BA0CD; }
a { background-color: rgb(139,160,205); }
div.DivClassName
{
background-color: #8BA0CD;
}
.BgClassName
{
background-color: #8BA0CD;
}
</style>
border-color css
<style>
span { border-color: #8BA0CD; }
span { border-color: rgb(139,160,205); }
td.TdClassName
{
border-color: #8BA0CD;
}
.TagClassName
{
border-color: #8BA0CD;
}
</style>