Shades of Rock Blue #899AAF
Tints of Rock Blue #899AAF
RGB
CMYK
RGB Variations
Color information
#899AAF (or 0x899AAF) is known color: Rock Blue. HEX triplet: 89, 9A and AF. RGB value is (137,154,175). Sum of RGB (Red+Green+Blue) = 137+154+175=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 175 - color contains mainly: blue. Hex color #899AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899AAF is #766550. Grayscale: #979797. Windows color (decimal): -7759185 or 11508361. OLE color: 11508361.
HSL color Cylindrical-coordinate representation of color #899AAF: hue angle of 213.16º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #899AAF is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 154 | 175 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.31 |
| HSL | 213.16º | 0.19% | 0.61% | - |
| HSV(B) | 213.16º | 0.22% | 0.69% | - |
| XYZ | 29.61 | 31.52 | 45.08 | - |
| YUV | 151.31 | 141.37 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 154 | 175 | 0.22 | 0.12 | 0 | 0.31 | 213.16 | 0.19 | 0.61 |
| Hex | 89 | 9A | AF | 16 | C | 0 | 1F | D5 | 13 | 3D |
| Octal | 211 | 232 | 257 | 26 | 14 | 0 | 37 | 325 | 23 | 75 |
| Binary | 10001001 | 10011010 | 10101111 | 10110 | 1100 | 0 | 11111 | 11010101 | 10011 | 111101 |
Color Harmonies of #899AAF
Complementary color
Monochromatic Colors of #899AAF
Black with #899AAF
Text Example
Text Example
White with #899AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899AAF; }
p { color: rgb(137,154,175); }
H1.HeaderClassName
{
color: #899AAF;
}
.AnyTagClassName
{
color: #899AAF;
}
</style>
background-color css
<style>
a { background-color: #899AAF; }
a { background-color: rgb(137,154,175); }
div.DivClassName
{
background-color: #899AAF;
}
.BgClassName
{
background-color: #899AAF;
}
</style>
border-color css
<style>
span { border-color: #899AAF; }
span { border-color: rgb(137,154,175); }
td.TdClassName
{
border-color: #899AAF;
}
.TagClassName
{
border-color: #899AAF;
}
</style>