Shades of Aluminium #7E8B93
Tints of Aluminium #7E8B93
RGB
CMYK
RGB Variations
Color information
#7E8B93 (or 0x7E8B93) is known color: Aluminium. HEX triplet: 7E, 8B and 93. RGB value is (126,139,147). Sum of RGB (Red+Green+Blue) = 126+139+147=412 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.58% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 147 - color contains mainly: blue. Hex color #7E8B93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8B93 is #81746C. Grayscale: #878787. Windows color (decimal): -8483949 or 9669502. OLE color: 9669502.
HSL color Cylindrical-coordinate representation of color #7E8B93: hue angle of 202.86º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7E8B93 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 139 | 147 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.42 |
| HSL | 202.86º | 0.09% | 0.54% | - |
| HSV(B) | 202.86º | 0.14% | 0.58% | - |
| XYZ | 23.1 | 25.01 | 31.21 | - |
| YUV | 136.03 | 134.19 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 139 | 147 | 0.14 | 0.05 | 0 | 0.42 | 202.86 | 0.09 | 0.54 |
| Hex | 7E | 8B | 93 | E | 5 | 0 | 2A | CB | 9 | 36 |
| Octal | 176 | 213 | 223 | 16 | 5 | 0 | 52 | 313 | 11 | 66 |
| Binary | 1111110 | 10001011 | 10010011 | 1110 | 101 | 0 | 101010 | 11001011 | 1001 | 110110 |
Color Harmonies of #7E8B93
Complementary color
Monochromatic Colors of #7E8B93
Black with #7E8B93
Text Example
Text Example
White with #7E8B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8B93; }
p { color: rgb(126,139,147); }
H1.HeaderClassName
{
color: #7E8B93;
}
.AnyTagClassName
{
color: #7E8B93;
}
</style>
background-color css
<style>
a { background-color: #7E8B93; }
a { background-color: rgb(126,139,147); }
div.DivClassName
{
background-color: #7E8B93;
}
.BgClassName
{
background-color: #7E8B93;
}
</style>
border-color css
<style>
span { border-color: #7E8B93; }
span { border-color: rgb(126,139,147); }
td.TdClassName
{
border-color: #7E8B93;
}
.TagClassName
{
border-color: #7E8B93;
}
</style>