Shades of Aluminium #838E93
Tints of Aluminium #838E93
RGB
CMYK
RGB Variations
Color information
#838E93 (or 0x838E93) is known color: Aluminium. HEX triplet: 83, 8E and 93. RGB value is (131,142,147). Sum of RGB (Red+Green+Blue) = 131+142+147=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 147 - color contains mainly: blue. Hex color #838E93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838E93 is #7C716C. Grayscale: #8B8B8B. Windows color (decimal): -8155501 or 9670275. OLE color: 9670275.
HSL color Cylindrical-coordinate representation of color #838E93: hue angle of 198.75º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #838E93 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 142 | 147 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.42 |
| HSL | 198.75º | 0.07% | 0.55% | - |
| HSV(B) | 198.75º | 0.11% | 0.58% | - |
| XYZ | 24.3 | 26.28 | 31.4 | - |
| YUV | 139.28 | 132.36 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 142 | 147 | 0.11 | 0.03 | 0 | 0.42 | 198.75 | 0.07 | 0.55 |
| Hex | 83 | 8E | 93 | B | 3 | 0 | 2A | C7 | 7 | 37 |
| Octal | 203 | 216 | 223 | 13 | 3 | 0 | 52 | 307 | 7 | 67 |
| Binary | 10000011 | 10001110 | 10010011 | 1011 | 11 | 0 | 101010 | 11000111 | 111 | 110111 |
Color Harmonies of #838E93
Complementary color
Monochromatic Colors of #838E93
Black with #838E93
Text Example
Text Example
White with #838E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838E93; }
p { color: rgb(131,142,147); }
H1.HeaderClassName
{
color: #838E93;
}
.AnyTagClassName
{
color: #838E93;
}
</style>
background-color css
<style>
a { background-color: #838E93; }
a { background-color: rgb(131,142,147); }
div.DivClassName
{
background-color: #838E93;
}
.BgClassName
{
background-color: #838E93;
}
</style>
border-color css
<style>
span { border-color: #838E93; }
span { border-color: rgb(131,142,147); }
td.TdClassName
{
border-color: #838E93;
}
.TagClassName
{
border-color: #838E93;
}
</style>