Shades of Aluminium #7D8B93
Tints of Aluminium #7D8B93
RGB
CMYK
RGB Variations
Color information
#7D8B93 (or 0x7D8B93) is known color: Aluminium. HEX triplet: 7D, 8B and 93. RGB value is (125,139,147). Sum of RGB (Red+Green+Blue) = 125+139+147=411 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.41% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 147 - color contains mainly: blue. Hex color #7D8B93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8B93 is #82746C. Grayscale: #878787. Windows color (decimal): -8549485 or 9669501. OLE color: 9669501.
HSL color Cylindrical-coordinate representation of color #7D8B93: hue angle of 201.82º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7D8B93 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 139 | 147 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.42 |
| HSL | 201.82º | 0.09% | 0.53% | - |
| HSV(B) | 201.82º | 0.15% | 0.58% | - |
| XYZ | 22.96 | 24.93 | 31.21 | - |
| YUV | 135.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 139 | 147 | 0.15 | 0.05 | 0 | 0.42 | 201.82 | 0.09 | 0.53 |
| Hex | 7D | 8B | 93 | F | 5 | 0 | 2A | CA | 9 | 35 |
| Octal | 175 | 213 | 223 | 17 | 5 | 0 | 52 | 312 | 11 | 65 |
| Binary | 1111101 | 10001011 | 10010011 | 1111 | 101 | 0 | 101010 | 11001010 | 1001 | 110101 |
Color Harmonies of #7D8B93
Complementary color
Monochromatic Colors of #7D8B93
Black with #7D8B93
Text Example
Text Example
White with #7D8B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8B93; }
p { color: rgb(125,139,147); }
H1.HeaderClassName
{
color: #7D8B93;
}
.AnyTagClassName
{
color: #7D8B93;
}
</style>
background-color css
<style>
a { background-color: #7D8B93; }
a { background-color: rgb(125,139,147); }
div.DivClassName
{
background-color: #7D8B93;
}
.BgClassName
{
background-color: #7D8B93;
}
</style>
border-color css
<style>
span { border-color: #7D8B93; }
span { border-color: rgb(125,139,147); }
td.TdClassName
{
border-color: #7D8B93;
}
.TagClassName
{
border-color: #7D8B93;
}
</style>