Shades of Polo Blue #899CC6
Tints of Polo Blue #899CC6
RGB
CMYK
RGB Variations
Color information
#899CC6 (or 0x899CC6) is known color: Polo Blue. HEX triplet: 89, 9C and C6. RGB value is (137,156,198). Sum of RGB (Red+Green+Blue) = 137+156+198=491 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.90% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 198 (77.73% from 255 or 40.33% from 491); Max value from RGB is 198 - color contains mainly: blue. Hex color #899CC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899CC6 is #766339. Grayscale: #9A9A9A. Windows color (decimal): -7758650 or 13016201. OLE color: 13016201.
HSL color Cylindrical-coordinate representation of color #899CC6: hue angle of 221.31º degrees, saturation: 0.35, 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 #899CC6 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 137 | 156 | 198 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.22 |
| HSL | 221.31º | 0.35% | 0.66% | - |
| HSV(B) | 221.31º | 0.31% | 0.78% | - |
| XYZ | 32.4 | 33.17 | 58.12 | - |
| YUV | 155.11 | 152.21 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 156 | 198 | 0.31 | 0.21 | 0 | 0.22 | 221.31 | 0.35 | 0.66 |
| Hex | 89 | 9C | C6 | 1F | 15 | 0 | 16 | DD | 23 | 42 |
| Octal | 211 | 234 | 306 | 37 | 25 | 0 | 26 | 335 | 43 | 102 |
| Binary | 10001001 | 10011100 | 11000110 | 11111 | 10101 | 0 | 10110 | 11011101 | 100011 | 1000010 |
Color Harmonies of #899CC6
Complementary color
Monochromatic Colors of #899CC6
Black with #899CC6
Text Example
Text Example
White with #899CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899CC6; }
p { color: rgb(137,156,198); }
H1.HeaderClassName
{
color: #899CC6;
}
.AnyTagClassName
{
color: #899CC6;
}
</style>
background-color css
<style>
a { background-color: #899CC6; }
a { background-color: rgb(137,156,198); }
div.DivClassName
{
background-color: #899CC6;
}
.BgClassName
{
background-color: #899CC6;
}
</style>
border-color css
<style>
span { border-color: #899CC6; }
span { border-color: rgb(137,156,198); }
td.TdClassName
{
border-color: #899CC6;
}
.TagClassName
{
border-color: #899CC6;
}
</style>