Shades of Aluminium #838990
Tints of Aluminium #838990
RGB
CMYK
RGB Variations
Color information
#838990 (or 0x838990) is known color: Aluminium. HEX triplet: 83, 89 and 90. RGB value is (131,137,144). Sum of RGB (Red+Green+Blue) = 131+137+144=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 144 - color contains mainly: blue. Hex color #838990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838990 is #7C766F. Grayscale: #878787. Windows color (decimal): -8156784 or 9472387. OLE color: 9472387.
HSL color Cylindrical-coordinate representation of color #838990: hue angle of 212.31º 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 #838990 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 137 | 144 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.44 |
| HSL | 212.31º | 0.06% | 0.54% | - |
| HSV(B) | 212.31º | 0.09% | 0.56% | - |
| XYZ | 23.34 | 24.73 | 29.93 | - |
| YUV | 136 | 132.51 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 137 | 144 | 0.09 | 0.05 | 0 | 0.44 | 212.31 | 0.06 | 0.54 |
| Hex | 83 | 89 | 90 | 9 | 5 | 0 | 2C | D4 | 6 | 36 |
| Octal | 203 | 211 | 220 | 11 | 5 | 0 | 54 | 324 | 6 | 66 |
| Binary | 10000011 | 10001001 | 10010000 | 1001 | 101 | 0 | 101100 | 11010100 | 110 | 110110 |
Color Harmonies of #838990
Complementary color
Monochromatic Colors of #838990
Black with #838990
Text Example
Text Example
White with #838990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838990; }
p { color: rgb(131,137,144); }
H1.HeaderClassName
{
color: #838990;
}
.AnyTagClassName
{
color: #838990;
}
</style>
background-color css
<style>
a { background-color: #838990; }
a { background-color: rgb(131,137,144); }
div.DivClassName
{
background-color: #838990;
}
.BgClassName
{
background-color: #838990;
}
</style>
border-color css
<style>
span { border-color: #838990; }
span { border-color: rgb(131,137,144); }
td.TdClassName
{
border-color: #838990;
}
.TagClassName
{
border-color: #838990;
}
</style>