Shades of Aluminium #898F93
Tints of Aluminium #898F93
RGB
CMYK
RGB Variations
Color information
#898F93 (or 0x898F93) is known color: Aluminium. HEX triplet: 89, 8F and 93. RGB value is (137,143,147). Sum of RGB (Red+Green+Blue) = 137+143+147=427 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.08% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 147 - color contains mainly: blue. Hex color #898F93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898F93 is #76706C. Grayscale: #8D8D8D. Windows color (decimal): -7762029 or 9670537. OLE color: 9670537.
HSL color Cylindrical-coordinate representation of color #898F93: hue angle of 204º degrees, saturation: 0.04, 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 #898F93 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 143 | 147 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.42 |
| HSL | 204º | 0.04% | 0.56% | - |
| HSV(B) | 204º | 0.07% | 0.58% | - |
| XYZ | 25.41 | 27.07 | 31.49 | - |
| YUV | 141.66 | 131.01 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 143 | 147 | 0.07 | 0.03 | 0 | 0.42 | 204 | 0.04 | 0.56 |
| Hex | 89 | 8F | 93 | 7 | 3 | 0 | 2A | CC | 4 | 38 |
| Octal | 211 | 217 | 223 | 7 | 3 | 0 | 52 | 314 | 4 | 70 |
| Binary | 10001001 | 10001111 | 10010011 | 111 | 11 | 0 | 101010 | 11001100 | 100 | 111000 |
Color Harmonies of #898F93
Complementary color
Monochromatic Colors of #898F93
Black with #898F93
Text Example
Text Example
White with #898F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898F93; }
p { color: rgb(137,143,147); }
H1.HeaderClassName
{
color: #898F93;
}
.AnyTagClassName
{
color: #898F93;
}
</style>
background-color css
<style>
a { background-color: #898F93; }
a { background-color: rgb(137,143,147); }
div.DivClassName
{
background-color: #898F93;
}
.BgClassName
{
background-color: #898F93;
}
</style>
border-color css
<style>
span { border-color: #898F93; }
span { border-color: rgb(137,143,147); }
td.TdClassName
{
border-color: #898F93;
}
.TagClassName
{
border-color: #898F93;
}
</style>