Shades of Aluminium #848C93
Tints of Aluminium #848C93
RGB
CMYK
RGB Variations
Color information
#848C93 (or 0x848C93) is known color: Aluminium. HEX triplet: 84, 8C and 93. RGB value is (132,140,147). Sum of RGB (Red+Green+Blue) = 132+140+147=419 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.50% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 147 - color contains mainly: blue. Hex color #848C93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848C93 is #7B736C. Grayscale: #8A8A8A. Windows color (decimal): -8090477 or 9669764. OLE color: 9669764.
HSL color Cylindrical-coordinate representation of color #848C93: hue angle of 208º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #848C93 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 140 | 147 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.42 |
| HSL | 208º | 0.06% | 0.55% | - |
| HSV(B) | 208º | 0.1% | 0.58% | - |
| XYZ | 24.16 | 25.77 | 31.3 | - |
| YUV | 138.41 | 132.85 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 140 | 147 | 0.10 | 0.05 | 0 | 0.42 | 208 | 0.06 | 0.55 |
| Hex | 84 | 8C | 93 | A | 5 | 0 | 2A | D0 | 6 | 37 |
| Octal | 204 | 214 | 223 | 12 | 5 | 0 | 52 | 320 | 6 | 67 |
| Binary | 10000100 | 10001100 | 10010011 | 1010 | 101 | 0 | 101010 | 11010000 | 110 | 110111 |
Color Harmonies of #848C93
Complementary color
Monochromatic Colors of #848C93
Black with #848C93
Text Example
Text Example
White with #848C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848C93; }
p { color: rgb(132,140,147); }
H1.HeaderClassName
{
color: #848C93;
}
.AnyTagClassName
{
color: #848C93;
}
</style>
background-color css
<style>
a { background-color: #848C93; }
a { background-color: rgb(132,140,147); }
div.DivClassName
{
background-color: #848C93;
}
.BgClassName
{
background-color: #848C93;
}
</style>
border-color css
<style>
span { border-color: #848C93; }
span { border-color: rgb(132,140,147); }
td.TdClassName
{
border-color: #848C93;
}
.TagClassName
{
border-color: #848C93;
}
</style>