Shades of Aluminium #838B93
Tints of Aluminium #838B93
RGB
CMYK
RGB Variations
Color information
#838B93 (or 0x838B93) is known color: Aluminium. HEX triplet: 83, 8B and 93. RGB value is (131,139,147). Sum of RGB (Red+Green+Blue) = 131+139+147=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 147 - color contains mainly: blue. Hex color #838B93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838B93 is #7C746C. Grayscale: #898989. Windows color (decimal): -8156269 or 9669507. OLE color: 9669507.
HSL color Cylindrical-coordinate representation of color #838B93: hue angle of 210º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #838B93 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 139 | 147 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.42 |
| HSL | 210º | 0.07% | 0.55% | - |
| HSV(B) | 210º | 0.11% | 0.58% | - |
| XYZ | 23.86 | 25.4 | 31.25 | - |
| YUV | 137.52 | 133.35 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 139 | 147 | 0.11 | 0.05 | 0 | 0.42 | 210 | 0.07 | 0.55 |
| Hex | 83 | 8B | 93 | B | 5 | 0 | 2A | D2 | 7 | 37 |
| Octal | 203 | 213 | 223 | 13 | 5 | 0 | 52 | 322 | 7 | 67 |
| Binary | 10000011 | 10001011 | 10010011 | 1011 | 101 | 0 | 101010 | 11010010 | 111 | 110111 |
Color Harmonies of #838B93
Complementary color
Monochromatic Colors of #838B93
Black with #838B93
Text Example
Text Example
White with #838B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838B93; }
p { color: rgb(131,139,147); }
H1.HeaderClassName
{
color: #838B93;
}
.AnyTagClassName
{
color: #838B93;
}
</style>
background-color css
<style>
a { background-color: #838B93; }
a { background-color: rgb(131,139,147); }
div.DivClassName
{
background-color: #838B93;
}
.BgClassName
{
background-color: #838B93;
}
</style>
border-color css
<style>
span { border-color: #838B93; }
span { border-color: rgb(131,139,147); }
td.TdClassName
{
border-color: #838B93;
}
.TagClassName
{
border-color: #838B93;
}
</style>