Shades of Rock Blue #899EBB
Tints of Rock Blue #899EBB
RGB
CMYK
RGB Variations
Color information
#899EBB (or 0x899EBB) is known color: Rock Blue. HEX triplet: 89, 9E and BB. RGB value is (137,158,187). Sum of RGB (Red+Green+Blue) = 137+158+187=482 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.42% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: blue. Hex color #899EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899EBB is #766144. Grayscale: #9A9A9A. Windows color (decimal): -7758149 or 12295817. OLE color: 12295817.
HSL color Cylindrical-coordinate representation of color #899EBB: hue angle of 214.8º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #899EBB is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 158 | 187 | - |
| CMYK | 0.27 | 0.16 | 0 | 0.27 |
| HSL | 214.8º | 0.27% | 0.64% | - |
| HSV(B) | 214.8º | 0.27% | 0.73% | - |
| XYZ | 31.51 | 33.36 | 51.79 | - |
| YUV | 155.03 | 146.04 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 158 | 187 | 0.27 | 0.16 | 0 | 0.27 | 214.8 | 0.27 | 0.64 |
| Hex | 89 | 9E | BB | 1B | 10 | 0 | 1B | D7 | 1B | 40 |
| Octal | 211 | 236 | 273 | 33 | 20 | 0 | 33 | 327 | 33 | 100 |
| Binary | 10001001 | 10011110 | 10111011 | 11011 | 10000 | 0 | 11011 | 11010111 | 11011 | 1000000 |
Color Harmonies of #899EBB
Complementary color
Monochromatic Colors of #899EBB
Black with #899EBB
Text Example
Text Example
White with #899EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899EBB; }
p { color: rgb(137,158,187); }
H1.HeaderClassName
{
color: #899EBB;
}
.AnyTagClassName
{
color: #899EBB;
}
</style>
background-color css
<style>
a { background-color: #899EBB; }
a { background-color: rgb(137,158,187); }
div.DivClassName
{
background-color: #899EBB;
}
.BgClassName
{
background-color: #899EBB;
}
</style>
border-color css
<style>
span { border-color: #899EBB; }
span { border-color: rgb(137,158,187); }
td.TdClassName
{
border-color: #899EBB;
}
.TagClassName
{
border-color: #899EBB;
}
</style>