Shades of Polo Blue #899FCB
Tints of Polo Blue #899FCB
RGB
CMYK
RGB Variations
Color information
#899FCB (or 0x899FCB) is known color: Polo Blue. HEX triplet: 89, 9F and CB. RGB value is (137,159,203). Sum of RGB (Red+Green+Blue) = 137+159+203=499 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.45% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #899FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899FCB is #766034. Grayscale: #9D9D9D. Windows color (decimal): -7757877 or 13344649. OLE color: 13344649.
HSL color Cylindrical-coordinate representation of color #899FCB: hue angle of 220º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #899FCB is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 159 | 203 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.20 |
| HSL | 220º | 0.39% | 0.67% | - |
| HSV(B) | 220º | 0.33% | 0.8% | - |
| XYZ | 33.49 | 34.43 | 61.38 | - |
| YUV | 157.44 | 153.71 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 159 | 203 | 0.33 | 0.22 | 0 | 0.20 | 220 | 0.39 | 0.67 |
| Hex | 89 | 9F | CB | 21 | 16 | 0 | 14 | DC | 27 | 43 |
| Octal | 211 | 237 | 313 | 41 | 26 | 0 | 24 | 334 | 47 | 103 |
| Binary | 10001001 | 10011111 | 11001011 | 100001 | 10110 | 0 | 10100 | 11011100 | 100111 | 1000011 |
Color Harmonies of #899FCB
Complementary color
Monochromatic Colors of #899FCB
Black with #899FCB
Text Example
Text Example
White with #899FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899FCB; }
p { color: rgb(137,159,203); }
H1.HeaderClassName
{
color: #899FCB;
}
.AnyTagClassName
{
color: #899FCB;
}
</style>
background-color css
<style>
a { background-color: #899FCB; }
a { background-color: rgb(137,159,203); }
div.DivClassName
{
background-color: #899FCB;
}
.BgClassName
{
background-color: #899FCB;
}
</style>
border-color css
<style>
span { border-color: #899FCB; }
span { border-color: rgb(137,159,203); }
td.TdClassName
{
border-color: #899FCB;
}
.TagClassName
{
border-color: #899FCB;
}
</style>