Shades of Polo Blue #8BA4C9
Tints of Polo Blue #8BA4C9
RGB
CMYK
RGB Variations
Color information
#8BA4C9 (or 0x8BA4C9) is known color: Polo Blue. HEX triplet: 8B, A4 and C9. RGB value is (139,164,201). Sum of RGB (Red+Green+Blue) = 139+164+201=504 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.58% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 201 (78.91% from 255 or 39.88% from 504); Max value from RGB is 201 - color contains mainly: blue. Hex color #8BA4C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA4C9 is #745B36. Grayscale: #A0A0A0. Windows color (decimal): -7625527 or 13214859. OLE color: 13214859.
HSL color Cylindrical-coordinate representation of color #8BA4C9: hue angle of 215.81º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BA4C9 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 164 | 201 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.21 |
| HSL | 215.81º | 0.36% | 0.67% | - |
| HSV(B) | 215.81º | 0.31% | 0.79% | - |
| XYZ | 34.47 | 36.26 | 60.44 | - |
| YUV | 160.74 | 150.72 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 164 | 201 | 0.31 | 0.18 | 0 | 0.21 | 215.81 | 0.36 | 0.67 |
| Hex | 8B | A4 | C9 | 1F | 12 | 0 | 15 | D8 | 24 | 43 |
| Octal | 213 | 244 | 311 | 37 | 22 | 0 | 25 | 330 | 44 | 103 |
| Binary | 10001011 | 10100100 | 11001001 | 11111 | 10010 | 0 | 10101 | 11011000 | 100100 | 1000011 |
Color Harmonies of #8BA4C9
Complementary color
Monochromatic Colors of #8BA4C9
Black with #8BA4C9
Text Example
Text Example
White with #8BA4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA4C9; }
p { color: rgb(139,164,201); }
H1.HeaderClassName
{
color: #8BA4C9;
}
.AnyTagClassName
{
color: #8BA4C9;
}
</style>
background-color css
<style>
a { background-color: #8BA4C9; }
a { background-color: rgb(139,164,201); }
div.DivClassName
{
background-color: #8BA4C9;
}
.BgClassName
{
background-color: #8BA4C9;
}
</style>
border-color css
<style>
span { border-color: #8BA4C9; }
span { border-color: rgb(139,164,201); }
td.TdClassName
{
border-color: #8BA4C9;
}
.TagClassName
{
border-color: #8BA4C9;
}
</style>