Shades of Aluminium #838A91
Tints of Aluminium #838A91
RGB
CMYK
RGB Variations
Color information
#838A91 (or 0x838A91) is known color: Aluminium. HEX triplet: 83, 8A and 91. RGB value is (131,138,145). Sum of RGB (Red+Green+Blue) = 131+138+145=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 145 - color contains mainly: blue. Hex color #838A91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838A91 is #7C756E. Grayscale: #888888. Windows color (decimal): -8156527 or 9538179. OLE color: 9538179.
HSL color Cylindrical-coordinate representation of color #838A91: hue angle of 210º 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 #838A91 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 131 | 138 | 145 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.43 |
| HSL | 210º | 0.06% | 0.54% | - |
| HSV(B) | 210º | 0.1% | 0.57% | - |
| XYZ | 23.56 | 25.05 | 30.38 | - |
| YUV | 136.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 138 | 145 | 0.10 | 0.05 | 0 | 0.43 | 210 | 0.06 | 0.54 |
| Hex | 83 | 8A | 91 | A | 5 | 0 | 2B | D2 | 6 | 36 |
| Octal | 203 | 212 | 221 | 12 | 5 | 0 | 53 | 322 | 6 | 66 |
| Binary | 10000011 | 10001010 | 10010001 | 1010 | 101 | 0 | 101011 | 11010010 | 110 | 110110 |
Color Harmonies of #838A91
Complementary color
Monochromatic Colors of #838A91
Black with #838A91
Text Example
Text Example
White with #838A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838A91; }
p { color: rgb(131,138,145); }
H1.HeaderClassName
{
color: #838A91;
}
.AnyTagClassName
{
color: #838A91;
}
</style>
background-color css
<style>
a { background-color: #838A91; }
a { background-color: rgb(131,138,145); }
div.DivClassName
{
background-color: #838A91;
}
.BgClassName
{
background-color: #838A91;
}
</style>
border-color css
<style>
span { border-color: #838A91; }
span { border-color: rgb(131,138,145); }
td.TdClassName
{
border-color: #838A91;
}
.TagClassName
{
border-color: #838A91;
}
</style>