Shades of Polo Blue #899DCD
Tints of Polo Blue #899DCD
RGB
CMYK
RGB Variations
Color information
#899DCD (or 0x899DCD) is known color: Polo Blue. HEX triplet: 89, 9D and CD. RGB value is (137,157,205). Sum of RGB (Red+Green+Blue) = 137+157+205=499 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.45% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #899DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899DCD is #766232. Grayscale: #9C9C9C. Windows color (decimal): -7758387 or 13475209. OLE color: 13475209.
HSL color Cylindrical-coordinate representation of color #899DCD: hue angle of 222.35º degrees, saturation: 0.4, 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 #899DCD is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 157 | 205 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.20 |
| HSL | 222.35º | 0.4% | 0.67% | - |
| HSV(B) | 222.35º | 0.33% | 0.8% | - |
| XYZ | 33.39 | 33.84 | 62.53 | - |
| YUV | 156.49 | 155.37 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 157 | 205 | 0.33 | 0.23 | 0 | 0.20 | 222.35 | 0.4 | 0.67 |
| Hex | 89 | 9D | CD | 21 | 17 | 0 | 14 | DE | 28 | 43 |
| Octal | 211 | 235 | 315 | 41 | 27 | 0 | 24 | 336 | 50 | 103 |
| Binary | 10001001 | 10011101 | 11001101 | 100001 | 10111 | 0 | 10100 | 11011110 | 101000 | 1000011 |
Color Harmonies of #899DCD
Complementary color
Monochromatic Colors of #899DCD
Black with #899DCD
Text Example
Text Example
White with #899DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899DCD; }
p { color: rgb(137,157,205); }
H1.HeaderClassName
{
color: #899DCD;
}
.AnyTagClassName
{
color: #899DCD;
}
</style>
background-color css
<style>
a { background-color: #899DCD; }
a { background-color: rgb(137,157,205); }
div.DivClassName
{
background-color: #899DCD;
}
.BgClassName
{
background-color: #899DCD;
}
</style>
border-color css
<style>
span { border-color: #899DCD; }
span { border-color: rgb(137,157,205); }
td.TdClassName
{
border-color: #899DCD;
}
.TagClassName
{
border-color: #899DCD;
}
</style>