Shades of Slate Grey #7E838B
Tints of Slate Grey #7E838B
RGB
CMYK
RGB Variations
Color information
#7E838B (or 0x7E838B) is known color: Slate Grey. HEX triplet: 7E, 83 and 8B. RGB value is (126,131,139). Sum of RGB (Red+Green+Blue) = 126+131+139=396 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.82% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 139 - color contains mainly: blue. Hex color #7E838B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E838B is #817C74. Grayscale: #828282. Windows color (decimal): -8486005 or 9143166. OLE color: 9143166.
HSL color Cylindrical-coordinate representation of color #7E838B: hue angle of 216.92º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7E838B is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 131 | 139 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.45 |
| HSL | 216.92º | 0.05% | 0.52% | - |
| HSV(B) | 216.92º | 0.09% | 0.55% | - |
| XYZ | 21.38 | 22.53 | 27.65 | - |
| YUV | 130.42 | 132.84 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 131 | 139 | 0.09 | 0.06 | 0 | 0.45 | 216.92 | 0.05 | 0.52 |
| Hex | 7E | 83 | 8B | 9 | 6 | 0 | 2D | D9 | 5 | 34 |
| Octal | 176 | 203 | 213 | 11 | 6 | 0 | 55 | 331 | 5 | 64 |
| Binary | 1111110 | 10000011 | 10001011 | 1001 | 110 | 0 | 101101 | 11011001 | 101 | 110100 |
Color Harmonies of #7E838B
Complementary color
Monochromatic Colors of #7E838B
Black with #7E838B
Text Example
Text Example
White with #7E838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E838B; }
p { color: rgb(126,131,139); }
H1.HeaderClassName
{
color: #7E838B;
}
.AnyTagClassName
{
color: #7E838B;
}
</style>
background-color css
<style>
a { background-color: #7E838B; }
a { background-color: rgb(126,131,139); }
div.DivClassName
{
background-color: #7E838B;
}
.BgClassName
{
background-color: #7E838B;
}
</style>
border-color css
<style>
span { border-color: #7E838B; }
span { border-color: rgb(126,131,139); }
td.TdClassName
{
border-color: #7E838B;
}
.TagClassName
{
border-color: #7E838B;
}
</style>