Shades of Aluminium #838D95
Tints of Aluminium #838D95
RGB
CMYK
RGB Variations
Color information
#838D95 (or 0x838D95) is known color: Aluminium. HEX triplet: 83, 8D and 95. RGB value is (131,141,149). Sum of RGB (Red+Green+Blue) = 131+141+149=421 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.12% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 149 - color contains mainly: blue. Hex color #838D95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838D95 is #7C726A. Grayscale: #8A8A8A. Windows color (decimal): -8155755 or 9801091. OLE color: 9801091.
HSL color Cylindrical-coordinate representation of color #838D95: hue angle of 206.67º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #838D95 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 141 | 149 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.42 |
| HSL | 206.67º | 0.08% | 0.55% | - |
| HSV(B) | 206.67º | 0.12% | 0.58% | - |
| XYZ | 24.31 | 26.04 | 32.18 | - |
| YUV | 138.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 141 | 149 | 0.12 | 0.05 | 0 | 0.42 | 206.67 | 0.08 | 0.55 |
| Hex | 83 | 8D | 95 | C | 5 | 0 | 2A | CF | 8 | 37 |
| Octal | 203 | 215 | 225 | 14 | 5 | 0 | 52 | 317 | 10 | 67 |
| Binary | 10000011 | 10001101 | 10010101 | 1100 | 101 | 0 | 101010 | 11001111 | 1000 | 110111 |
Color Harmonies of #838D95
Complementary color
Monochromatic Colors of #838D95
Black with #838D95
Text Example
Text Example
White with #838D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838D95; }
p { color: rgb(131,141,149); }
H1.HeaderClassName
{
color: #838D95;
}
.AnyTagClassName
{
color: #838D95;
}
</style>
background-color css
<style>
a { background-color: #838D95; }
a { background-color: rgb(131,141,149); }
div.DivClassName
{
background-color: #838D95;
}
.BgClassName
{
background-color: #838D95;
}
</style>
border-color css
<style>
span { border-color: #838D95; }
span { border-color: rgb(131,141,149); }
td.TdClassName
{
border-color: #838D95;
}
.TagClassName
{
border-color: #838D95;
}
</style>