Shades of Grey Suit #838292
Tints of Grey Suit #838292
RGB
CMYK
RGB Variations
Color information
#838292 (or 0x838292) is known color: Grey Suit. HEX triplet: 83, 82 and 92. RGB value is (131,130,146). Sum of RGB (Red+Green+Blue) = 131+130+146=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 146 - color contains mainly: blue. Hex color #838292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838292 is #7C7D6D. Grayscale: #848484. Windows color (decimal): -8158574 or 9601667. OLE color: 9601667.
HSL color Cylindrical-coordinate representation of color #838292: hue angle of 243.75º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #838292 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 131 | 130 | 146 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.43 |
| HSL | 243.75º | 0.07% | 0.54% | - |
| HSV(B) | 243.75º | 0.11% | 0.57% | - |
| XYZ | 22.53 | 22.87 | 30.42 | - |
| YUV | 132.12 | 135.83 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 130 | 146 | 0.10 | 0.11 | 0 | 0.43 | 243.75 | 0.07 | 0.54 |
| Hex | 83 | 82 | 92 | A | B | 0 | 2B | F4 | 7 | 36 |
| Octal | 203 | 202 | 222 | 12 | 13 | 0 | 53 | 364 | 7 | 66 |
| Binary | 10000011 | 10000010 | 10010010 | 1010 | 1011 | 0 | 101011 | 11110100 | 111 | 110110 |
Color Harmonies of #838292
Complementary color
Monochromatic Colors of #838292
Black with #838292
Text Example
Text Example
White with #838292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838292; }
p { color: rgb(131,130,146); }
H1.HeaderClassName
{
color: #838292;
}
.AnyTagClassName
{
color: #838292;
}
</style>
background-color css
<style>
a { background-color: #838292; }
a { background-color: rgb(131,130,146); }
div.DivClassName
{
background-color: #838292;
}
.BgClassName
{
background-color: #838292;
}
</style>
border-color css
<style>
span { border-color: #838292; }
span { border-color: rgb(131,130,146); }
td.TdClassName
{
border-color: #838292;
}
.TagClassName
{
border-color: #838292;
}
</style>