Shades of Polo Blue #8BA4CE
Tints of Polo Blue #8BA4CE
RGB
CMYK
RGB Variations
Color information
#8BA4CE (or 0x8BA4CE) is known color: Polo Blue. HEX triplet: 8B, A4 and CE. RGB value is (139,164,206). Sum of RGB (Red+Green+Blue) = 139+164+206=509 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.31% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #8BA4CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA4CE is #745B31. Grayscale: #A1A1A1. Windows color (decimal): -7625522 or 13542539. OLE color: 13542539.
HSL color Cylindrical-coordinate representation of color #8BA4CE: hue angle of 217.61º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BA4CE is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 164 | 206 | - |
| CMYK | 0.33 | 0.20 | 0 | 0.19 |
| HSL | 217.61º | 0.41% | 0.68% | - |
| HSV(B) | 217.61º | 0.33% | 0.81% | - |
| XYZ | 35.06 | 36.5 | 63.59 | - |
| YUV | 161.31 | 153.22 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 164 | 206 | 0.33 | 0.20 | 0 | 0.19 | 217.61 | 0.41 | 0.68 |
| Hex | 8B | A4 | CE | 21 | 14 | 0 | 13 | DA | 29 | 44 |
| Octal | 213 | 244 | 316 | 41 | 24 | 0 | 23 | 332 | 51 | 104 |
| Binary | 10001011 | 10100100 | 11001110 | 100001 | 10100 | 0 | 10011 | 11011010 | 101001 | 1000100 |
Color Harmonies of #8BA4CE
Complementary color
Monochromatic Colors of #8BA4CE
Black with #8BA4CE
Text Example
Text Example
White with #8BA4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA4CE; }
p { color: rgb(139,164,206); }
H1.HeaderClassName
{
color: #8BA4CE;
}
.AnyTagClassName
{
color: #8BA4CE;
}
</style>
background-color css
<style>
a { background-color: #8BA4CE; }
a { background-color: rgb(139,164,206); }
div.DivClassName
{
background-color: #8BA4CE;
}
.BgClassName
{
background-color: #8BA4CE;
}
</style>
border-color css
<style>
span { border-color: #8BA4CE; }
span { border-color: rgb(139,164,206); }
td.TdClassName
{
border-color: #8BA4CE;
}
.TagClassName
{
border-color: #8BA4CE;
}
</style>