Shades of Aluminium #848D90
Tints of Aluminium #848D90
RGB
CMYK
RGB Variations
Color information
#848D90 (or 0x848D90) is known color: Aluminium. HEX triplet: 84, 8D and 90. RGB value is (132,141,144). Sum of RGB (Red+Green+Blue) = 132+141+144=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 144 - color contains mainly: blue. Hex color #848D90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848D90 is #7B726F. Grayscale: #8A8A8A. Windows color (decimal): -8090224 or 9473412. OLE color: 9473412.
HSL color Cylindrical-coordinate representation of color #848D90: hue angle of 195º 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 #848D90 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 141 | 144 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.44 |
| HSL | 195º | 0.05% | 0.54% | - |
| HSV(B) | 195º | 0.08% | 0.56% | - |
| XYZ | 24.07 | 25.97 | 30.13 | - |
| YUV | 138.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 141 | 144 | 0.08 | 0.02 | 0 | 0.44 | 195 | 0.05 | 0.54 |
| Hex | 84 | 8D | 90 | 8 | 2 | 0 | 2C | C3 | 5 | 36 |
| Octal | 204 | 215 | 220 | 10 | 2 | 0 | 54 | 303 | 5 | 66 |
| Binary | 10000100 | 10001101 | 10010000 | 1000 | 10 | 0 | 101100 | 11000011 | 101 | 110110 |
Color Harmonies of #848D90
Complementary color
Monochromatic Colors of #848D90
Black with #848D90
Text Example
Text Example
White with #848D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848D90; }
p { color: rgb(132,141,144); }
H1.HeaderClassName
{
color: #848D90;
}
.AnyTagClassName
{
color: #848D90;
}
</style>
background-color css
<style>
a { background-color: #848D90; }
a { background-color: rgb(132,141,144); }
div.DivClassName
{
background-color: #848D90;
}
.BgClassName
{
background-color: #848D90;
}
</style>
border-color css
<style>
span { border-color: #848D90; }
span { border-color: rgb(132,141,144); }
td.TdClassName
{
border-color: #848D90;
}
.TagClassName
{
border-color: #848D90;
}
</style>