Shades of Aluminium #899397
Tints of Aluminium #899397
RGB
CMYK
RGB Variations
Color information
#899397 (or 0x899397) is known color: Aluminium. HEX triplet: 89, 93 and 97. RGB value is (137,147,151). Sum of RGB (Red+Green+Blue) = 137+147+151=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 151 (59.38% from 255 or 34.71% from 435); Max value from RGB is 151 - color contains mainly: blue. Hex color #899397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899397 is #766C68. Grayscale: #909090. Windows color (decimal): -7761001 or 9933705. OLE color: 9933705.
HSL color Cylindrical-coordinate representation of color #899397: hue angle of 197.14º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #899397 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 137 | 147 | 151 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.41 |
| HSL | 197.14º | 0.06% | 0.56% | - |
| HSV(B) | 197.14º | 0.09% | 0.59% | - |
| XYZ | 26.34 | 28.42 | 33.38 | - |
| YUV | 144.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 147 | 151 | 0.09 | 0.03 | 0 | 0.41 | 197.14 | 0.06 | 0.56 |
| Hex | 89 | 93 | 97 | 9 | 3 | 0 | 29 | C5 | 6 | 38 |
| Octal | 211 | 223 | 227 | 11 | 3 | 0 | 51 | 305 | 6 | 70 |
| Binary | 10001001 | 10010011 | 10010111 | 1001 | 11 | 0 | 101001 | 11000101 | 110 | 111000 |
Color Harmonies of #899397
Complementary color
Monochromatic Colors of #899397
Black with #899397
Text Example
Text Example
White with #899397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899397; }
p { color: rgb(137,147,151); }
H1.HeaderClassName
{
color: #899397;
}
.AnyTagClassName
{
color: #899397;
}
</style>
background-color css
<style>
a { background-color: #899397; }
a { background-color: rgb(137,147,151); }
div.DivClassName
{
background-color: #899397;
}
.BgClassName
{
background-color: #899397;
}
</style>
border-color css
<style>
span { border-color: #899397; }
span { border-color: rgb(137,147,151); }
td.TdClassName
{
border-color: #899397;
}
.TagClassName
{
border-color: #899397;
}
</style>