Shades of Aluminium #848B90
Tints of Aluminium #848B90
RGB
CMYK
RGB Variations
Color information
#848B90 (or 0x848B90) is known color: Aluminium. HEX triplet: 84, 8B and 90. RGB value is (132,139,144). Sum of RGB (Red+Green+Blue) = 132+139+144=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 144 - color contains mainly: blue. Hex color #848B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848B90 is #7B746F. Grayscale: #898989. Windows color (decimal): -8090736 or 9472900. OLE color: 9472900.
HSL color Cylindrical-coordinate representation of color #848B90: hue angle of 205º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #848B90 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 139 | 144 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.44 |
| HSL | 205º | 0.05% | 0.54% | - |
| HSV(B) | 205º | 0.08% | 0.56% | - |
| XYZ | 23.78 | 25.38 | 30.03 | - |
| YUV | 137.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 139 | 144 | 0.08 | 0.03 | 0 | 0.44 | 205 | 0.05 | 0.54 |
| Hex | 84 | 8B | 90 | 8 | 3 | 0 | 2C | CD | 5 | 36 |
| Octal | 204 | 213 | 220 | 10 | 3 | 0 | 54 | 315 | 5 | 66 |
| Binary | 10000100 | 10001011 | 10010000 | 1000 | 11 | 0 | 101100 | 11001101 | 101 | 110110 |
Color Harmonies of #848B90
Complementary color
Monochromatic Colors of #848B90
Black with #848B90
Text Example
Text Example
White with #848B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848B90; }
p { color: rgb(132,139,144); }
H1.HeaderClassName
{
color: #848B90;
}
.AnyTagClassName
{
color: #848B90;
}
</style>
background-color css
<style>
a { background-color: #848B90; }
a { background-color: rgb(132,139,144); }
div.DivClassName
{
background-color: #848B90;
}
.BgClassName
{
background-color: #848B90;
}
</style>
border-color css
<style>
span { border-color: #848B90; }
span { border-color: rgb(132,139,144); }
td.TdClassName
{
border-color: #848B90;
}
.TagClassName
{
border-color: #848B90;
}
</style>