Shades of Rock Blue #899AB9
Tints of Rock Blue #899AB9
RGB
CMYK
RGB Variations
Color information
#899AB9 (or 0x899AB9) is known color: Rock Blue. HEX triplet: 89, 9A and B9. RGB value is (137,154,185). Sum of RGB (Red+Green+Blue) = 137+154+185=476 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.78% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 185 (72.66% from 255 or 38.87% from 476); Max value from RGB is 185 - color contains mainly: blue. Hex color #899AB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899AB9 is #766546. Grayscale: #989898. Windows color (decimal): -7759175 or 12163721. OLE color: 12163721.
HSL color Cylindrical-coordinate representation of color #899AB9: hue angle of 218.75º 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 #899AB9 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 154 | 185 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.27 |
| HSL | 218.75º | 0.26% | 0.63% | - |
| HSV(B) | 218.75º | 0.26% | 0.73% | - |
| XYZ | 30.63 | 31.93 | 50.45 | - |
| YUV | 152.45 | 146.37 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 154 | 185 | 0.26 | 0.17 | 0 | 0.27 | 218.75 | 0.26 | 0.63 |
| Hex | 89 | 9A | B9 | 1A | 11 | 0 | 1B | DB | 1A | 3F |
| Octal | 211 | 232 | 271 | 32 | 21 | 0 | 33 | 333 | 32 | 77 |
| Binary | 10001001 | 10011010 | 10111001 | 11010 | 10001 | 0 | 11011 | 11011011 | 11010 | 111111 |
Color Harmonies of #899AB9
Complementary color
Monochromatic Colors of #899AB9
Black with #899AB9
Text Example
Text Example
White with #899AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899AB9; }
p { color: rgb(137,154,185); }
H1.HeaderClassName
{
color: #899AB9;
}
.AnyTagClassName
{
color: #899AB9;
}
</style>
background-color css
<style>
a { background-color: #899AB9; }
a { background-color: rgb(137,154,185); }
div.DivClassName
{
background-color: #899AB9;
}
.BgClassName
{
background-color: #899AB9;
}
</style>
border-color css
<style>
span { border-color: #899AB9; }
span { border-color: rgb(137,154,185); }
td.TdClassName
{
border-color: #899AB9;
}
.TagClassName
{
border-color: #899AB9;
}
</style>