Shades of Aluminium #838D93
Tints of Aluminium #838D93
RGB
CMYK
RGB Variations
Color information
#838D93 (or 0x838D93) is known color: Aluminium. HEX triplet: 83, 8D and 93. RGB value is (131,141,147). Sum of RGB (Red+Green+Blue) = 131+141+147=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 147 - color contains mainly: blue. Hex color #838D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838D93 is #7C726C. Grayscale: #8A8A8A. Windows color (decimal): -8155757 or 9670019. OLE color: 9670019.
HSL color Cylindrical-coordinate representation of color #838D93: hue angle of 202.5º 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 #838D93 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 141 | 147 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.42 |
| HSL | 202.5º | 0.07% | 0.55% | - |
| HSV(B) | 202.5º | 0.11% | 0.58% | - |
| XYZ | 24.15 | 25.98 | 31.35 | - |
| YUV | 138.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 141 | 147 | 0.11 | 0.04 | 0 | 0.42 | 202.5 | 0.07 | 0.55 |
| Hex | 83 | 8D | 93 | B | 4 | 0 | 2A | CA | 7 | 37 |
| Octal | 203 | 215 | 223 | 13 | 4 | 0 | 52 | 312 | 7 | 67 |
| Binary | 10000011 | 10001101 | 10010011 | 1011 | 100 | 0 | 101010 | 11001010 | 111 | 110111 |
Color Harmonies of #838D93
Complementary color
Monochromatic Colors of #838D93
Black with #838D93
Text Example
Text Example
White with #838D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838D93; }
p { color: rgb(131,141,147); }
H1.HeaderClassName
{
color: #838D93;
}
.AnyTagClassName
{
color: #838D93;
}
</style>
background-color css
<style>
a { background-color: #838D93; }
a { background-color: rgb(131,141,147); }
div.DivClassName
{
background-color: #838D93;
}
.BgClassName
{
background-color: #838D93;
}
</style>
border-color css
<style>
span { border-color: #838D93; }
span { border-color: rgb(131,141,147); }
td.TdClassName
{
border-color: #838D93;
}
.TagClassName
{
border-color: #838D93;
}
</style>