Shades of Light Slate Grey #7E8791
Tints of Light Slate Grey #7E8791
RGB
CMYK
RGB Variations
Color information
#7E8791 (or 0x7E8791) is known color: Light Slate Grey. HEX triplet: 7E, 87 and 91. RGB value is (126,135,145). Sum of RGB (Red+Green+Blue) = 126+135+145=406 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.03% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 145 (57.03% from 255 or 35.71% from 406); Max value from RGB is 145 - color contains mainly: blue. Hex color #7E8791 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8791 is #81786E. Grayscale: #858585. Windows color (decimal): -8484975 or 9537406. OLE color: 9537406.
HSL color Cylindrical-coordinate representation of color #7E8791: hue angle of 211.58º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7E8791 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 135 | 145 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.43 |
| HSL | 211.58º | 0.08% | 0.53% | - |
| HSV(B) | 211.58º | 0.13% | 0.57% | - |
| XYZ | 22.38 | 23.81 | 30.2 | - |
| YUV | 133.45 | 134.52 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 135 | 145 | 0.13 | 0.07 | 0 | 0.43 | 211.58 | 0.08 | 0.53 |
| Hex | 7E | 87 | 91 | D | 7 | 0 | 2B | D4 | 8 | 35 |
| Octal | 176 | 207 | 221 | 15 | 7 | 0 | 53 | 324 | 10 | 65 |
| Binary | 1111110 | 10000111 | 10010001 | 1101 | 111 | 0 | 101011 | 11010100 | 1000 | 110101 |
Color Harmonies of #7E8791
Complementary color
Monochromatic Colors of #7E8791
Black with #7E8791
Text Example
Text Example
White with #7E8791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8791; }
p { color: rgb(126,135,145); }
H1.HeaderClassName
{
color: #7E8791;
}
.AnyTagClassName
{
color: #7E8791;
}
</style>
background-color css
<style>
a { background-color: #7E8791; }
a { background-color: rgb(126,135,145); }
div.DivClassName
{
background-color: #7E8791;
}
.BgClassName
{
background-color: #7E8791;
}
</style>
border-color css
<style>
span { border-color: #7E8791; }
span { border-color: rgb(126,135,145); }
td.TdClassName
{
border-color: #7E8791;
}
.TagClassName
{
border-color: #7E8791;
}
</style>