Shades of Aluminium #898F94
Tints of Aluminium #898F94
RGB
CMYK
RGB Variations
Color information
#898F94 (or 0x898F94) is known color: Aluminium. HEX triplet: 89, 8F and 94. RGB value is (137,143,148). Sum of RGB (Red+Green+Blue) = 137+143+148=428 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.01% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 148 - color contains mainly: blue. Hex color #898F94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898F94 is #76706B. Grayscale: #8D8D8D. Windows color (decimal): -7762028 or 9736073. OLE color: 9736073.
HSL color Cylindrical-coordinate representation of color #898F94: hue angle of 207.27º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #898F94 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 143 | 148 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.42 |
| HSL | 207.27º | 0.05% | 0.56% | - |
| HSV(B) | 207.27º | 0.07% | 0.58% | - |
| XYZ | 25.48 | 27.1 | 31.9 | - |
| YUV | 141.78 | 131.51 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 143 | 148 | 0.07 | 0.03 | 0 | 0.42 | 207.27 | 0.05 | 0.56 |
| Hex | 89 | 8F | 94 | 7 | 3 | 0 | 2A | CF | 5 | 38 |
| Octal | 211 | 217 | 224 | 7 | 3 | 0 | 52 | 317 | 5 | 70 |
| Binary | 10001001 | 10001111 | 10010100 | 111 | 11 | 0 | 101010 | 11001111 | 101 | 111000 |
Color Harmonies of #898F94
Complementary color
Monochromatic Colors of #898F94
Black with #898F94
Text Example
Text Example
White with #898F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898F94; }
p { color: rgb(137,143,148); }
H1.HeaderClassName
{
color: #898F94;
}
.AnyTagClassName
{
color: #898F94;
}
</style>
background-color css
<style>
a { background-color: #898F94; }
a { background-color: rgb(137,143,148); }
div.DivClassName
{
background-color: #898F94;
}
.BgClassName
{
background-color: #898F94;
}
</style>
border-color css
<style>
span { border-color: #898F94; }
span { border-color: rgb(137,143,148); }
td.TdClassName
{
border-color: #898F94;
}
.TagClassName
{
border-color: #898F94;
}
</style>