Shades of Aluminium #848D94
Tints of Aluminium #848D94
RGB
CMYK
RGB Variations
Color information
#848D94 (or 0x848D94) is known color: Aluminium. HEX triplet: 84, 8D and 94. RGB value is (132,141,148). Sum of RGB (Red+Green+Blue) = 132+141+148=421 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.35% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 148 - color contains mainly: blue. Hex color #848D94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848D94 is #7B726B. Grayscale: #8B8B8B. Windows color (decimal): -8090220 or 9735556. OLE color: 9735556.
HSL color Cylindrical-coordinate representation of color #848D94: hue angle of 206.25º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #848D94 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 141 | 148 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.42 |
| HSL | 206.25º | 0.07% | 0.55% | - |
| HSV(B) | 206.25º | 0.11% | 0.58% | - |
| XYZ | 24.39 | 26.09 | 31.77 | - |
| YUV | 139.11 | 133.02 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 141 | 148 | 0.11 | 0.05 | 0 | 0.42 | 206.25 | 0.07 | 0.55 |
| Hex | 84 | 8D | 94 | B | 5 | 0 | 2A | CE | 7 | 37 |
| Octal | 204 | 215 | 224 | 13 | 5 | 0 | 52 | 316 | 7 | 67 |
| Binary | 10000100 | 10001101 | 10010100 | 1011 | 101 | 0 | 101010 | 11001110 | 111 | 110111 |
Color Harmonies of #848D94
Complementary color
Monochromatic Colors of #848D94
Black with #848D94
Text Example
Text Example
White with #848D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848D94; }
p { color: rgb(132,141,148); }
H1.HeaderClassName
{
color: #848D94;
}
.AnyTagClassName
{
color: #848D94;
}
</style>
background-color css
<style>
a { background-color: #848D94; }
a { background-color: rgb(132,141,148); }
div.DivClassName
{
background-color: #848D94;
}
.BgClassName
{
background-color: #848D94;
}
</style>
border-color css
<style>
span { border-color: #848D94; }
span { border-color: rgb(132,141,148); }
td.TdClassName
{
border-color: #848D94;
}
.TagClassName
{
border-color: #848D94;
}
</style>