Shades of Aluminium #8D9398
Tints of Aluminium #8D9398
RGB
CMYK
RGB Variations
Color information
#8D9398 (or 0x8D9398) is known color: Aluminium. HEX triplet: 8D, 93 and 98. RGB value is (141,147,152). Sum of RGB (Red+Green+Blue) = 141+147+152=440 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.05% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 152 (59.77% from 255 or 34.55% from 440); Max value from RGB is 152 - color contains mainly: blue. Hex color #8D9398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9398 is #726C67. Grayscale: #919191. Windows color (decimal): -7498856 or 9999245. OLE color: 9999245.
HSL color Cylindrical-coordinate representation of color #8D9398: hue angle of 207.27º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8D9398 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 141 | 147 | 152 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.40 |
| HSL | 207.27º | 0.05% | 0.57% | - |
| HSV(B) | 207.27º | 0.07% | 0.6% | - |
| XYZ | 27.09 | 28.8 | 33.84 | - |
| YUV | 145.78 | 131.51 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 147 | 152 | 0.07 | 0.03 | 0 | 0.40 | 207.27 | 0.05 | 0.57 |
| Hex | 8D | 93 | 98 | 7 | 3 | 0 | 28 | CF | 5 | 39 |
| Octal | 215 | 223 | 230 | 7 | 3 | 0 | 50 | 317 | 5 | 71 |
| Binary | 10001101 | 10010011 | 10011000 | 111 | 11 | 0 | 101000 | 11001111 | 101 | 111001 |
Color Harmonies of #8D9398
Complementary color
Monochromatic Colors of #8D9398
Black with #8D9398
Text Example
Text Example
White with #8D9398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9398; }
p { color: rgb(141,147,152); }
H1.HeaderClassName
{
color: #8D9398;
}
.AnyTagClassName
{
color: #8D9398;
}
</style>
background-color css
<style>
a { background-color: #8D9398; }
a { background-color: rgb(141,147,152); }
div.DivClassName
{
background-color: #8D9398;
}
.BgClassName
{
background-color: #8D9398;
}
</style>
border-color css
<style>
span { border-color: #8D9398; }
span { border-color: rgb(141,147,152); }
td.TdClassName
{
border-color: #8D9398;
}
.TagClassName
{
border-color: #8D9398;
}
</style>