Shades of Light Slate Grey #7E8A9D
Tints of Light Slate Grey #7E8A9D
RGB
CMYK
RGB Variations
Color information
#7E8A9D (or 0x7E8A9D) is known color: Light Slate Grey. HEX triplet: 7E, 8A and 9D. RGB value is (126,138,157). Sum of RGB (Red+Green+Blue) = 126+138+157=421 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.93% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 157 - color contains mainly: blue. Hex color #7E8A9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8A9D is #817562. Grayscale: #888888. Windows color (decimal): -8484195 or 10324606. OLE color: 10324606.
HSL color Cylindrical-coordinate representation of color #7E8A9D: hue angle of 216.77º 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 #7E8A9D is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 126 | 138 | 157 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.38 |
| HSL | 216.77º | 0.14% | 0.55% | - |
| HSV(B) | 216.77º | 0.2% | 0.62% | - |
| XYZ | 23.78 | 25.05 | 35.48 | - |
| YUV | 136.58 | 139.52 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 138 | 157 | 0.20 | 0.12 | 0 | 0.38 | 216.77 | 0.14 | 0.55 |
| Hex | 7E | 8A | 9D | 14 | C | 0 | 26 | D9 | E | 37 |
| Octal | 176 | 212 | 235 | 24 | 14 | 0 | 46 | 331 | 16 | 67 |
| Binary | 1111110 | 10001010 | 10011101 | 10100 | 1100 | 0 | 100110 | 11011001 | 1110 | 110111 |
Color Harmonies of #7E8A9D
Complementary color
Monochromatic Colors of #7E8A9D
Black with #7E8A9D
Text Example
Text Example
White with #7E8A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8A9D; }
p { color: rgb(126,138,157); }
H1.HeaderClassName
{
color: #7E8A9D;
}
.AnyTagClassName
{
color: #7E8A9D;
}
</style>
background-color css
<style>
a { background-color: #7E8A9D; }
a { background-color: rgb(126,138,157); }
div.DivClassName
{
background-color: #7E8A9D;
}
.BgClassName
{
background-color: #7E8A9D;
}
</style>
border-color css
<style>
span { border-color: #7E8A9D; }
span { border-color: rgb(126,138,157); }
td.TdClassName
{
border-color: #7E8A9D;
}
.TagClassName
{
border-color: #7E8A9D;
}
</style>