Shades of Light Slate Grey #7E919D
Tints of Light Slate Grey #7E919D
RGB
CMYK
RGB Variations
Color information
#7E919D (or 0x7E919D) is known color: Light Slate Grey. HEX triplet: 7E, 91 and 9D. RGB value is (126,145,157). Sum of RGB (Red+Green+Blue) = 126+145+157=428 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.44% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 157 - color contains mainly: blue. Hex color #7E919D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E919D is #816E62. Grayscale: #8C8C8C. Windows color (decimal): -8482403 or 10326398. OLE color: 10326398.
HSL color Cylindrical-coordinate representation of color #7E919D: hue angle of 203.23º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7E919D is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 126 | 145 | 157 | - |
| CMYK | 0.20 | 0.08 | 0 | 0.38 |
| HSL | 203.23º | 0.14% | 0.55% | - |
| HSV(B) | 203.23º | 0.2% | 0.62% | - |
| XYZ | 24.82 | 27.12 | 35.83 | - |
| YUV | 140.69 | 137.21 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 145 | 157 | 0.20 | 0.08 | 0 | 0.38 | 203.23 | 0.14 | 0.55 |
| Hex | 7E | 91 | 9D | 14 | 8 | 0 | 26 | CB | E | 37 |
| Octal | 176 | 221 | 235 | 24 | 10 | 0 | 46 | 313 | 16 | 67 |
| Binary | 1111110 | 10010001 | 10011101 | 10100 | 1000 | 0 | 100110 | 11001011 | 1110 | 110111 |
Color Harmonies of #7E919D
Complementary color
Monochromatic Colors of #7E919D
Black with #7E919D
Text Example
Text Example
White with #7E919D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E919D; }
p { color: rgb(126,145,157); }
H1.HeaderClassName
{
color: #7E919D;
}
.AnyTagClassName
{
color: #7E919D;
}
</style>
background-color css
<style>
a { background-color: #7E919D; }
a { background-color: rgb(126,145,157); }
div.DivClassName
{
background-color: #7E919D;
}
.BgClassName
{
background-color: #7E919D;
}
</style>
border-color css
<style>
span { border-color: #7E919D; }
span { border-color: rgb(126,145,157); }
td.TdClassName
{
border-color: #7E919D;
}
.TagClassName
{
border-color: #7E919D;
}
</style>