Shades of Polo Blue #899CCB
Tints of Polo Blue #899CCB
RGB
CMYK
RGB Variations
Color information
#899CCB (or 0x899CCB) is known color: Polo Blue. HEX triplet: 89, 9C and CB. RGB value is (137,156,203). Sum of RGB (Red+Green+Blue) = 137+156+203=496 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.62% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #899CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899CCB is #766334. Grayscale: #9B9B9B. Windows color (decimal): -7758645 or 13343881. OLE color: 13343881.
HSL color Cylindrical-coordinate representation of color #899CCB: hue angle of 222.73º 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 #899CCB is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 156 | 203 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.20 |
| HSL | 222.73º | 0.39% | 0.67% | - |
| HSV(B) | 222.73º | 0.33% | 0.8% | - |
| XYZ | 32.98 | 33.41 | 61.21 | - |
| YUV | 155.68 | 154.71 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 156 | 203 | 0.33 | 0.23 | 0 | 0.20 | 222.73 | 0.39 | 0.67 |
| Hex | 89 | 9C | CB | 21 | 17 | 0 | 14 | DF | 27 | 43 |
| Octal | 211 | 234 | 313 | 41 | 27 | 0 | 24 | 337 | 47 | 103 |
| Binary | 10001001 | 10011100 | 11001011 | 100001 | 10111 | 0 | 10100 | 11011111 | 100111 | 1000011 |
Color Harmonies of #899CCB
Complementary color
Monochromatic Colors of #899CCB
Black with #899CCB
Text Example
Text Example
White with #899CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899CCB; }
p { color: rgb(137,156,203); }
H1.HeaderClassName
{
color: #899CCB;
}
.AnyTagClassName
{
color: #899CCB;
}
</style>
background-color css
<style>
a { background-color: #899CCB; }
a { background-color: rgb(137,156,203); }
div.DivClassName
{
background-color: #899CCB;
}
.BgClassName
{
background-color: #899CCB;
}
</style>
border-color css
<style>
span { border-color: #899CCB; }
span { border-color: rgb(137,156,203); }
td.TdClassName
{
border-color: #899CCB;
}
.TagClassName
{
border-color: #899CCB;
}
</style>