Shades of Grey Suit #838190
Tints of Grey Suit #838190
RGB
CMYK
RGB Variations
Color information
#838190 (or 0x838190) is known color: Grey Suit. HEX triplet: 83, 81 and 90. RGB value is (131,129,144). Sum of RGB (Red+Green+Blue) = 131+129+144=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 144 - color contains mainly: blue. Hex color #838190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838190 is #7C7E6F. Grayscale: #838383. Windows color (decimal): -8158832 or 9470339. OLE color: 9470339.
HSL color Cylindrical-coordinate representation of color #838190: hue angle of 248º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #838190 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 129 | 144 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.44 |
| HSL | 248º | 0.06% | 0.54% | - |
| HSV(B) | 248º | 0.1% | 0.56% | - |
| XYZ | 22.24 | 22.54 | 29.56 | - |
| YUV | 131.31 | 135.16 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 129 | 144 | 0.09 | 0.10 | 0 | 0.44 | 248 | 0.06 | 0.54 |
| Hex | 83 | 81 | 90 | 9 | A | 0 | 2C | F8 | 6 | 36 |
| Octal | 203 | 201 | 220 | 11 | 12 | 0 | 54 | 370 | 6 | 66 |
| Binary | 10000011 | 10000001 | 10010000 | 1001 | 1010 | 0 | 101100 | 11111000 | 110 | 110110 |
Color Harmonies of #838190
Complementary color
Monochromatic Colors of #838190
Black with #838190
Text Example
Text Example
White with #838190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838190; }
p { color: rgb(131,129,144); }
H1.HeaderClassName
{
color: #838190;
}
.AnyTagClassName
{
color: #838190;
}
</style>
background-color css
<style>
a { background-color: #838190; }
a { background-color: rgb(131,129,144); }
div.DivClassName
{
background-color: #838190;
}
.BgClassName
{
background-color: #838190;
}
</style>
border-color css
<style>
span { border-color: #838190; }
span { border-color: rgb(131,129,144); }
td.TdClassName
{
border-color: #838190;
}
.TagClassName
{
border-color: #838190;
}
</style>