Shades of Aluminium #838D91
Tints of Aluminium #838D91
RGB
CMYK
RGB Variations
Color information
#838D91 (or 0x838D91) is known color: Aluminium. HEX triplet: 83, 8D and 91. RGB value is (131,141,145). Sum of RGB (Red+Green+Blue) = 131+141+145=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 145 - color contains mainly: blue. Hex color #838D91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838D91 is #7C726E. Grayscale: #8A8A8A. Windows color (decimal): -8155759 or 9538947. OLE color: 9538947.
HSL color Cylindrical-coordinate representation of color #838D91: hue angle of 197.14º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #838D91 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 131 | 141 | 145 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.43 |
| HSL | 197.14º | 0.06% | 0.54% | - |
| HSV(B) | 197.14º | 0.1% | 0.57% | - |
| XYZ | 24 | 25.92 | 30.53 | - |
| YUV | 138.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 141 | 145 | 0.10 | 0.03 | 0 | 0.43 | 197.14 | 0.06 | 0.54 |
| Hex | 83 | 8D | 91 | A | 3 | 0 | 2B | C5 | 6 | 36 |
| Octal | 203 | 215 | 221 | 12 | 3 | 0 | 53 | 305 | 6 | 66 |
| Binary | 10000011 | 10001101 | 10010001 | 1010 | 11 | 0 | 101011 | 11000101 | 110 | 110110 |
Color Harmonies of #838D91
Complementary color
Monochromatic Colors of #838D91
Black with #838D91
Text Example
Text Example
White with #838D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838D91; }
p { color: rgb(131,141,145); }
H1.HeaderClassName
{
color: #838D91;
}
.AnyTagClassName
{
color: #838D91;
}
</style>
background-color css
<style>
a { background-color: #838D91; }
a { background-color: rgb(131,141,145); }
div.DivClassName
{
background-color: #838D91;
}
.BgClassName
{
background-color: #838D91;
}
</style>
border-color css
<style>
span { border-color: #838D91; }
span { border-color: rgb(131,141,145); }
td.TdClassName
{
border-color: #838D91;
}
.TagClassName
{
border-color: #838D91;
}
</style>