Shades of Aluminium #7F8D93
Tints of Aluminium #7F8D93
RGB
CMYK
RGB Variations
Color information
#7F8D93 (or 0x7F8D93) is known color: Aluminium. HEX triplet: 7F, 8D and 93. RGB value is (127,141,147). Sum of RGB (Red+Green+Blue) = 127+141+147=415 (54% of max value = 765). Red value is 127 (50% from 255 or 30.60% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 147 - color contains mainly: blue. Hex color #7F8D93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8D93 is #80726C. Grayscale: #898989. Windows color (decimal): -8417901 or 9670015. OLE color: 9670015.
HSL color Cylindrical-coordinate representation of color #7F8D93: hue angle of 198º degrees, saturation: 0.08, 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 #7F8D93 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 141 | 147 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.42 |
| HSL | 198º | 0.08% | 0.54% | - |
| HSV(B) | 198º | 0.14% | 0.58% | - |
| XYZ | 23.54 | 25.67 | 31.32 | - |
| YUV | 137.5 | 133.36 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 141 | 147 | 0.14 | 0.04 | 0 | 0.42 | 198 | 0.08 | 0.54 |
| Hex | 7F | 8D | 93 | E | 4 | 0 | 2A | C6 | 8 | 36 |
| Octal | 177 | 215 | 223 | 16 | 4 | 0 | 52 | 306 | 10 | 66 |
| Binary | 1111111 | 10001101 | 10010011 | 1110 | 100 | 0 | 101010 | 11000110 | 1000 | 110110 |
Color Harmonies of #7F8D93
Complementary color
Monochromatic Colors of #7F8D93
Black with #7F8D93
Text Example
Text Example
White with #7F8D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8D93; }
p { color: rgb(127,141,147); }
H1.HeaderClassName
{
color: #7F8D93;
}
.AnyTagClassName
{
color: #7F8D93;
}
</style>
background-color css
<style>
a { background-color: #7F8D93; }
a { background-color: rgb(127,141,147); }
div.DivClassName
{
background-color: #7F8D93;
}
.BgClassName
{
background-color: #7F8D93;
}
</style>
border-color css
<style>
span { border-color: #7F8D93; }
span { border-color: rgb(127,141,147); }
td.TdClassName
{
border-color: #7F8D93;
}
.TagClassName
{
border-color: #7F8D93;
}
</style>