Shades of Polo Blue #899BC8
Tints of Polo Blue #899BC8
RGB
CMYK
RGB Variations
Color information
#899BC8 (or 0x899BC8) is known color: Polo Blue. HEX triplet: 89, 9B and C8. RGB value is (137,155,200). Sum of RGB (Red+Green+Blue) = 137+155+200=492 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.85% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 200 (78.52% from 255 or 40.65% from 492); Max value from RGB is 200 - color contains mainly: blue. Hex color #899BC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899BC8 is #766437. Grayscale: #9A9A9A. Windows color (decimal): -7758904 or 13147017. OLE color: 13147017.
HSL color Cylindrical-coordinate representation of color #899BC8: hue angle of 222.86º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #899BC8 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 137 | 155 | 200 | - |
| CMYK | 0.32 | 0.22 | 0 | 0.22 |
| HSL | 222.86º | 0.36% | 0.66% | - |
| HSV(B) | 222.86º | 0.32% | 0.78% | - |
| XYZ | 32.46 | 32.93 | 59.29 | - |
| YUV | 154.75 | 153.54 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 200 | 0.32 | 0.22 | 0 | 0.22 | 222.86 | 0.36 | 0.66 |
| Hex | 89 | 9B | C8 | 20 | 16 | 0 | 16 | DF | 24 | 42 |
| Octal | 211 | 233 | 310 | 40 | 26 | 0 | 26 | 337 | 44 | 102 |
| Binary | 10001001 | 10011011 | 11001000 | 100000 | 10110 | 0 | 10110 | 11011111 | 100100 | 1000010 |
Color Harmonies of #899BC8
Complementary color
Monochromatic Colors of #899BC8
Black with #899BC8
Text Example
Text Example
White with #899BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899BC8; }
p { color: rgb(137,155,200); }
H1.HeaderClassName
{
color: #899BC8;
}
.AnyTagClassName
{
color: #899BC8;
}
</style>
background-color css
<style>
a { background-color: #899BC8; }
a { background-color: rgb(137,155,200); }
div.DivClassName
{
background-color: #899BC8;
}
.BgClassName
{
background-color: #899BC8;
}
</style>
border-color css
<style>
span { border-color: #899BC8; }
span { border-color: rgb(137,155,200); }
td.TdClassName
{
border-color: #899BC8;
}
.TagClassName
{
border-color: #899BC8;
}
</style>