Shades of Rock Blue #899EBA
Tints of Rock Blue #899EBA
RGB
CMYK
RGB Variations
Color information
#899EBA (or 0x899EBA) is known color: Rock Blue. HEX triplet: 89, 9E and BA. RGB value is (137,158,186). Sum of RGB (Red+Green+Blue) = 137+158+186=481 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.48% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #899EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899EBA is #766145. Grayscale: #9A9A9A. Windows color (decimal): -7758150 or 12230281. OLE color: 12230281.
HSL color Cylindrical-coordinate representation of color #899EBA: hue angle of 214.29º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #899EBA is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 158 | 186 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.27 |
| HSL | 214.29º | 0.26% | 0.63% | - |
| HSV(B) | 214.29º | 0.26% | 0.73% | - |
| XYZ | 31.41 | 33.32 | 51.23 | - |
| YUV | 154.91 | 145.54 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 158 | 186 | 0.26 | 0.15 | 0 | 0.27 | 214.29 | 0.26 | 0.63 |
| Hex | 89 | 9E | BA | 1A | F | 0 | 1B | D6 | 1A | 3F |
| Octal | 211 | 236 | 272 | 32 | 17 | 0 | 33 | 326 | 32 | 77 |
| Binary | 10001001 | 10011110 | 10111010 | 11010 | 1111 | 0 | 11011 | 11010110 | 11010 | 111111 |
Color Harmonies of #899EBA
Complementary color
Monochromatic Colors of #899EBA
Black with #899EBA
Text Example
Text Example
White with #899EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899EBA; }
p { color: rgb(137,158,186); }
H1.HeaderClassName
{
color: #899EBA;
}
.AnyTagClassName
{
color: #899EBA;
}
</style>
background-color css
<style>
a { background-color: #899EBA; }
a { background-color: rgb(137,158,186); }
div.DivClassName
{
background-color: #899EBA;
}
.BgClassName
{
background-color: #899EBA;
}
</style>
border-color css
<style>
span { border-color: #899EBA; }
span { border-color: rgb(137,158,186); }
td.TdClassName
{
border-color: #899EBA;
}
.TagClassName
{
border-color: #899EBA;
}
</style>