Shades of Aluminium #839096
Tints of Aluminium #839096
RGB
CMYK
RGB Variations
Color information
#839096 (or 0x839096) is known color: Aluminium. HEX triplet: 83, 90 and 96. RGB value is (131,144,150). Sum of RGB (Red+Green+Blue) = 131+144+150=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 150 - color contains mainly: blue. Hex color #839096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839096 is #7C6F69. Grayscale: #8C8C8C. Windows color (decimal): -8154986 or 9867395. OLE color: 9867395.
HSL color Cylindrical-coordinate representation of color #839096: hue angle of 198.95º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #839096 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 131 | 144 | 150 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.41 |
| HSL | 198.95º | 0.08% | 0.55% | - |
| HSV(B) | 198.95º | 0.13% | 0.59% | - |
| XYZ | 24.84 | 26.97 | 32.75 | - |
| YUV | 140.8 | 133.19 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 144 | 150 | 0.13 | 0.04 | 0 | 0.41 | 198.95 | 0.08 | 0.55 |
| Hex | 83 | 90 | 96 | D | 4 | 0 | 29 | C7 | 8 | 37 |
| Octal | 203 | 220 | 226 | 15 | 4 | 0 | 51 | 307 | 10 | 67 |
| Binary | 10000011 | 10010000 | 10010110 | 1101 | 100 | 0 | 101001 | 11000111 | 1000 | 110111 |
Color Harmonies of #839096
Complementary color
Monochromatic Colors of #839096
Black with #839096
Text Example
Text Example
White with #839096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839096; }
p { color: rgb(131,144,150); }
H1.HeaderClassName
{
color: #839096;
}
.AnyTagClassName
{
color: #839096;
}
</style>
background-color css
<style>
a { background-color: #839096; }
a { background-color: rgb(131,144,150); }
div.DivClassName
{
background-color: #839096;
}
.BgClassName
{
background-color: #839096;
}
</style>
border-color css
<style>
span { border-color: #839096; }
span { border-color: rgb(131,144,150); }
td.TdClassName
{
border-color: #839096;
}
.TagClassName
{
border-color: #839096;
}
</style>