Shades of Rock Blue #899AC0
Tints of Rock Blue #899AC0
RGB
CMYK
RGB Variations
Color information
#899AC0 (or 0x899AC0) is known color: Rock Blue. HEX triplet: 89, 9A and C0. RGB value is (137,154,192). Sum of RGB (Red+Green+Blue) = 137+154+192=483 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.36% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 192 - color contains mainly: blue. Hex color #899AC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899AC0 is #76653F. Grayscale: #999999. Windows color (decimal): -7759168 or 12622473. OLE color: 12622473.
HSL color Cylindrical-coordinate representation of color #899AC0: hue angle of 221.45º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #899AC0 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 154 | 192 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.25 |
| HSL | 221.45º | 0.3% | 0.65% | - |
| HSV(B) | 221.45º | 0.29% | 0.75% | - |
| XYZ | 31.39 | 32.24 | 54.44 | - |
| YUV | 153.25 | 149.87 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 154 | 192 | 0.29 | 0.20 | 0 | 0.25 | 221.45 | 0.3 | 0.65 |
| Hex | 89 | 9A | C0 | 1D | 14 | 0 | 19 | DD | 1E | 41 |
| Octal | 211 | 232 | 300 | 35 | 24 | 0 | 31 | 335 | 36 | 101 |
| Binary | 10001001 | 10011010 | 11000000 | 11101 | 10100 | 0 | 11001 | 11011101 | 11110 | 1000001 |
Color Harmonies of #899AC0
Complementary color
Monochromatic Colors of #899AC0
Black with #899AC0
Text Example
Text Example
White with #899AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899AC0; }
p { color: rgb(137,154,192); }
H1.HeaderClassName
{
color: #899AC0;
}
.AnyTagClassName
{
color: #899AC0;
}
</style>
background-color css
<style>
a { background-color: #899AC0; }
a { background-color: rgb(137,154,192); }
div.DivClassName
{
background-color: #899AC0;
}
.BgClassName
{
background-color: #899AC0;
}
</style>
border-color css
<style>
span { border-color: #899AC0; }
span { border-color: rgb(137,154,192); }
td.TdClassName
{
border-color: #899AC0;
}
.TagClassName
{
border-color: #899AC0;
}
</style>