Shades of Aluminium #7F8B93
Tints of Aluminium #7F8B93
RGB
CMYK
RGB Variations
Color information
#7F8B93 (or 0x7F8B93) is known color: Aluminium. HEX triplet: 7F, 8B and 93. RGB value is (127,139,147). Sum of RGB (Red+Green+Blue) = 127+139+147=413 (54% of max value = 765). Red value is 127 (50% from 255 or 30.75% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 147 - color contains mainly: blue. Hex color #7F8B93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8B93 is #80746C. Grayscale: #888888. Windows color (decimal): -8418413 or 9669503. OLE color: 9669503.
HSL color Cylindrical-coordinate representation of color #7F8B93: hue angle of 204º 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 #7F8B93 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 139 | 147 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.42 |
| HSL | 204º | 0.08% | 0.54% | - |
| HSV(B) | 204º | 0.14% | 0.58% | - |
| XYZ | 23.25 | 25.08 | 31.22 | - |
| YUV | 136.32 | 134.02 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 139 | 147 | 0.14 | 0.05 | 0 | 0.42 | 204 | 0.08 | 0.54 |
| Hex | 7F | 8B | 93 | E | 5 | 0 | 2A | CC | 8 | 36 |
| Octal | 177 | 213 | 223 | 16 | 5 | 0 | 52 | 314 | 10 | 66 |
| Binary | 1111111 | 10001011 | 10010011 | 1110 | 101 | 0 | 101010 | 11001100 | 1000 | 110110 |
Color Harmonies of #7F8B93
Complementary color
Monochromatic Colors of #7F8B93
Black with #7F8B93
Text Example
Text Example
White with #7F8B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8B93; }
p { color: rgb(127,139,147); }
H1.HeaderClassName
{
color: #7F8B93;
}
.AnyTagClassName
{
color: #7F8B93;
}
</style>
background-color css
<style>
a { background-color: #7F8B93; }
a { background-color: rgb(127,139,147); }
div.DivClassName
{
background-color: #7F8B93;
}
.BgClassName
{
background-color: #7F8B93;
}
</style>
border-color css
<style>
span { border-color: #7F8B93; }
span { border-color: rgb(127,139,147); }
td.TdClassName
{
border-color: #7F8B93;
}
.TagClassName
{
border-color: #7F8B93;
}
</style>