Shades of Grey Suit #838193
Tints of Grey Suit #838193
RGB
CMYK
RGB Variations
Color information
#838193 (or 0x838193) is known color: Grey Suit. HEX triplet: 83, 81 and 93. RGB value is (131,129,147). Sum of RGB (Red+Green+Blue) = 131+129+147=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 147 - color contains mainly: blue. Hex color #838193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838193 is #7C7E6C. Grayscale: #838383. Windows color (decimal): -8158829 or 9666947. OLE color: 9666947.
HSL color Cylindrical-coordinate representation of color #838193: hue angle of 246.67º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #838193 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 129 | 147 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.42 |
| HSL | 246.67º | 0.08% | 0.54% | - |
| HSV(B) | 246.67º | 0.12% | 0.58% | - |
| XYZ | 22.48 | 22.63 | 30.79 | - |
| YUV | 131.65 | 136.66 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 129 | 147 | 0.11 | 0.12 | 0 | 0.42 | 246.67 | 0.08 | 0.54 |
| Hex | 83 | 81 | 93 | B | C | 0 | 2A | F7 | 8 | 36 |
| Octal | 203 | 201 | 223 | 13 | 14 | 0 | 52 | 367 | 10 | 66 |
| Binary | 10000011 | 10000001 | 10010011 | 1011 | 1100 | 0 | 101010 | 11110111 | 1000 | 110110 |
Color Harmonies of #838193
Complementary color
Monochromatic Colors of #838193
Black with #838193
Text Example
Text Example
White with #838193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838193; }
p { color: rgb(131,129,147); }
H1.HeaderClassName
{
color: #838193;
}
.AnyTagClassName
{
color: #838193;
}
</style>
background-color css
<style>
a { background-color: #838193; }
a { background-color: rgb(131,129,147); }
div.DivClassName
{
background-color: #838193;
}
.BgClassName
{
background-color: #838193;
}
</style>
border-color css
<style>
span { border-color: #838193; }
span { border-color: rgb(131,129,147); }
td.TdClassName
{
border-color: #838193;
}
.TagClassName
{
border-color: #838193;
}
</style>