Shades of Aluminium #838B90
Tints of Aluminium #838B90
RGB
CMYK
RGB Variations
Color information
#838B90 (or 0x838B90) is known color: Aluminium. HEX triplet: 83, 8B and 90. RGB value is (131,139,144). Sum of RGB (Red+Green+Blue) = 131+139+144=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 144 - color contains mainly: blue. Hex color #838B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838B90 is #7C746F. Grayscale: #898989. Windows color (decimal): -8156272 or 9472899. OLE color: 9472899.
HSL color Cylindrical-coordinate representation of color #838B90: hue angle of 203.08º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #838B90 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 139 | 144 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.44 |
| HSL | 203.08º | 0.06% | 0.54% | - |
| HSV(B) | 203.08º | 0.09% | 0.56% | - |
| XYZ | 23.63 | 25.3 | 30.02 | - |
| YUV | 137.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 139 | 144 | 0.09 | 0.03 | 0 | 0.44 | 203.08 | 0.06 | 0.54 |
| Hex | 83 | 8B | 90 | 9 | 3 | 0 | 2C | CB | 6 | 36 |
| Octal | 203 | 213 | 220 | 11 | 3 | 0 | 54 | 313 | 6 | 66 |
| Binary | 10000011 | 10001011 | 10010000 | 1001 | 11 | 0 | 101100 | 11001011 | 110 | 110110 |
Color Harmonies of #838B90
Complementary color
Monochromatic Colors of #838B90
Black with #838B90
Text Example
Text Example
White with #838B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838B90; }
p { color: rgb(131,139,144); }
H1.HeaderClassName
{
color: #838B90;
}
.AnyTagClassName
{
color: #838B90;
}
</style>
background-color css
<style>
a { background-color: #838B90; }
a { background-color: rgb(131,139,144); }
div.DivClassName
{
background-color: #838B90;
}
.BgClassName
{
background-color: #838B90;
}
</style>
border-color css
<style>
span { border-color: #838B90; }
span { border-color: rgb(131,139,144); }
td.TdClassName
{
border-color: #838B90;
}
.TagClassName
{
border-color: #838B90;
}
</style>