Shades of Rock Blue #899FC0
Tints of Rock Blue #899FC0
RGB
CMYK
RGB Variations
Color information
#899FC0 (or 0x899FC0) is known color: Rock Blue. HEX triplet: 89, 9F and C0. RGB value is (137,159,192). Sum of RGB (Red+Green+Blue) = 137+159+192=488 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.07% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 192 - color contains mainly: blue. Hex color #899FC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899FC0 is #76603F. Grayscale: #9C9C9C. Windows color (decimal): -7757888 or 12623753. OLE color: 12623753.
HSL color Cylindrical-coordinate representation of color #899FC0: hue angle of 216º 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 #899FC0 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 159 | 192 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.25 |
| HSL | 216º | 0.3% | 0.65% | - |
| HSV(B) | 216º | 0.29% | 0.75% | - |
| XYZ | 32.23 | 33.92 | 54.72 | - |
| YUV | 156.18 | 148.21 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 159 | 192 | 0.29 | 0.17 | 0 | 0.25 | 216 | 0.3 | 0.65 |
| Hex | 89 | 9F | C0 | 1D | 11 | 0 | 19 | D8 | 1E | 41 |
| Octal | 211 | 237 | 300 | 35 | 21 | 0 | 31 | 330 | 36 | 101 |
| Binary | 10001001 | 10011111 | 11000000 | 11101 | 10001 | 0 | 11001 | 11011000 | 11110 | 1000001 |
Color Harmonies of #899FC0
Complementary color
Monochromatic Colors of #899FC0
Black with #899FC0
Text Example
Text Example
White with #899FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899FC0; }
p { color: rgb(137,159,192); }
H1.HeaderClassName
{
color: #899FC0;
}
.AnyTagClassName
{
color: #899FC0;
}
</style>
background-color css
<style>
a { background-color: #899FC0; }
a { background-color: rgb(137,159,192); }
div.DivClassName
{
background-color: #899FC0;
}
.BgClassName
{
background-color: #899FC0;
}
</style>
border-color css
<style>
span { border-color: #899FC0; }
span { border-color: rgb(137,159,192); }
td.TdClassName
{
border-color: #899FC0;
}
.TagClassName
{
border-color: #899FC0;
}
</style>