Shades of Grey Suit #838194
Tints of Grey Suit #838194
RGB
CMYK
RGB Variations
Color information
#838194 (or 0x838194) is known color: Grey Suit. HEX triplet: 83, 81 and 94. RGB value is (131,129,148). Sum of RGB (Red+Green+Blue) = 131+129+148=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 148 - color contains mainly: blue. Hex color #838194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838194 is #7C7E6B. Grayscale: #838383. Windows color (decimal): -8158828 or 9732483. OLE color: 9732483.
HSL color Cylindrical-coordinate representation of color #838194: hue angle of 246.32º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #838194 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 129 | 148 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.42 |
| HSL | 246.32º | 0.08% | 0.54% | - |
| HSV(B) | 246.32º | 0.13% | 0.58% | - |
| XYZ | 22.56 | 22.66 | 31.2 | - |
| YUV | 131.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 129 | 148 | 0.11 | 0.13 | 0 | 0.42 | 246.32 | 0.08 | 0.54 |
| Hex | 83 | 81 | 94 | B | D | 0 | 2A | F6 | 8 | 36 |
| Octal | 203 | 201 | 224 | 13 | 15 | 0 | 52 | 366 | 10 | 66 |
| Binary | 10000011 | 10000001 | 10010100 | 1011 | 1101 | 0 | 101010 | 11110110 | 1000 | 110110 |
Color Harmonies of #838194
Complementary color
Monochromatic Colors of #838194
Black with #838194
Text Example
Text Example
White with #838194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838194; }
p { color: rgb(131,129,148); }
H1.HeaderClassName
{
color: #838194;
}
.AnyTagClassName
{
color: #838194;
}
</style>
background-color css
<style>
a { background-color: #838194; }
a { background-color: rgb(131,129,148); }
div.DivClassName
{
background-color: #838194;
}
.BgClassName
{
background-color: #838194;
}
</style>
border-color css
<style>
span { border-color: #838194; }
span { border-color: rgb(131,129,148); }
td.TdClassName
{
border-color: #838194;
}
.TagClassName
{
border-color: #838194;
}
</style>