Shades of Grey Suit #838099
Tints of Grey Suit #838099
RGB
CMYK
RGB Variations
Color information
#838099 (or 0x838099) is known color: Grey Suit. HEX triplet: 83, 80 and 99. RGB value is (131,128,153). Sum of RGB (Red+Green+Blue) = 131+128+153=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 153 - color contains mainly: blue. Hex color #838099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838099 is #7C7F66. Grayscale: #838383. Windows color (decimal): -8159079 or 10059907. OLE color: 10059907.
HSL color Cylindrical-coordinate representation of color #838099: hue angle of 247.2º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #838099 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 131 | 128 | 153 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.4 |
| HSL | 247.2º | 0.11% | 0.55% | - |
| HSV(B) | 247.2º | 0.16% | 0.6% | - |
| XYZ | 22.83 | 22.56 | 33.29 | - |
| YUV | 131.75 | 139.99 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 128 | 153 | 0.14 | 0.16 | 0 | 0.4 | 247.2 | 0.11 | 0.55 |
| Hex | 83 | 80 | 99 | E | 10 | 0 | 28 | F7 | B | 37 |
| Octal | 203 | 200 | 231 | 16 | 20 | 0 | 50 | 367 | 13 | 67 |
| Binary | 10000011 | 10000000 | 10011001 | 1110 | 10000 | 0 | 101000 | 11110111 | 1011 | 110111 |
Color Harmonies of #838099
Complementary color
Monochromatic Colors of #838099
Black with #838099
Text Example
Text Example
White with #838099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838099; }
p { color: rgb(131,128,153); }
H1.HeaderClassName
{
color: #838099;
}
.AnyTagClassName
{
color: #838099;
}
</style>
background-color css
<style>
a { background-color: #838099; }
a { background-color: rgb(131,128,153); }
div.DivClassName
{
background-color: #838099;
}
.BgClassName
{
background-color: #838099;
}
</style>
border-color css
<style>
span { border-color: #838099; }
span { border-color: rgb(131,128,153); }
td.TdClassName
{
border-color: #838099;
}
.TagClassName
{
border-color: #838099;
}
</style>