Shades of Rock Blue #899EB7
Tints of Rock Blue #899EB7
RGB
CMYK
RGB Variations
Color information
#899EB7 (or 0x899EB7) is known color: Rock Blue. HEX triplet: 89, 9E and B7. RGB value is (137,158,183). Sum of RGB (Red+Green+Blue) = 137+158+183=478 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.66% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 183 (71.88% from 255 or 38.28% from 478); Max value from RGB is 183 - color contains mainly: blue. Hex color #899EB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899EB7 is #766148. Grayscale: #9A9A9A. Windows color (decimal): -7758153 or 12033673. OLE color: 12033673.
HSL color Cylindrical-coordinate representation of color #899EB7: hue angle of 212.61º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #899EB7 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 137 | 158 | 183 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.28 |
| HSL | 212.61º | 0.24% | 0.63% | - |
| HSV(B) | 212.61º | 0.25% | 0.72% | - |
| XYZ | 31.09 | 33.19 | 49.57 | - |
| YUV | 154.57 | 144.04 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 158 | 183 | 0.25 | 0.14 | 0 | 0.28 | 212.61 | 0.24 | 0.63 |
| Hex | 89 | 9E | B7 | 19 | E | 0 | 1C | D5 | 18 | 3F |
| Octal | 211 | 236 | 267 | 31 | 16 | 0 | 34 | 325 | 30 | 77 |
| Binary | 10001001 | 10011110 | 10110111 | 11001 | 1110 | 0 | 11100 | 11010101 | 11000 | 111111 |
Color Harmonies of #899EB7
Complementary color
Monochromatic Colors of #899EB7
Black with #899EB7
Text Example
Text Example
White with #899EB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899EB7; }
p { color: rgb(137,158,183); }
H1.HeaderClassName
{
color: #899EB7;
}
.AnyTagClassName
{
color: #899EB7;
}
</style>
background-color css
<style>
a { background-color: #899EB7; }
a { background-color: rgb(137,158,183); }
div.DivClassName
{
background-color: #899EB7;
}
.BgClassName
{
background-color: #899EB7;
}
</style>
border-color css
<style>
span { border-color: #899EB7; }
span { border-color: rgb(137,158,183); }
td.TdClassName
{
border-color: #899EB7;
}
.TagClassName
{
border-color: #899EB7;
}
</style>