Shades of Light Slate Grey #7E8FA3
Tints of Light Slate Grey #7E8FA3
RGB
CMYK
RGB Variations
Color information
#7E8FA3 (or 0x7E8FA3) is known color: Light Slate Grey. HEX triplet: 7E, 8F and A3. RGB value is (126,143,163). Sum of RGB (Red+Green+Blue) = 126+143+163=432 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.17% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 163 (64.06% from 255 or 37.73% from 432); Max value from RGB is 163 - color contains mainly: blue. Hex color #7E8FA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8FA3 is #81705C. Grayscale: #8C8C8C. Windows color (decimal): -8482909 or 10719102. OLE color: 10719102.
HSL color Cylindrical-coordinate representation of color #7E8FA3: hue angle of 212.43º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7E8FA3 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 143 | 163 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.36 |
| HSL | 212.43º | 0.17% | 0.57% | - |
| HSV(B) | 212.43º | 0.23% | 0.64% | - |
| XYZ | 25.04 | 26.72 | 38.49 | - |
| YUV | 140.2 | 140.87 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 143 | 163 | 0.23 | 0.12 | 0 | 0.36 | 212.43 | 0.17 | 0.57 |
| Hex | 7E | 8F | A3 | 17 | C | 0 | 24 | D4 | 11 | 39 |
| Octal | 176 | 217 | 243 | 27 | 14 | 0 | 44 | 324 | 21 | 71 |
| Binary | 1111110 | 10001111 | 10100011 | 10111 | 1100 | 0 | 100100 | 11010100 | 10001 | 111001 |
Color Harmonies of #7E8FA3
Complementary color
Monochromatic Colors of #7E8FA3
Black with #7E8FA3
Text Example
Text Example
White with #7E8FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8FA3; }
p { color: rgb(126,143,163); }
H1.HeaderClassName
{
color: #7E8FA3;
}
.AnyTagClassName
{
color: #7E8FA3;
}
</style>
background-color css
<style>
a { background-color: #7E8FA3; }
a { background-color: rgb(126,143,163); }
div.DivClassName
{
background-color: #7E8FA3;
}
.BgClassName
{
background-color: #7E8FA3;
}
</style>
border-color css
<style>
span { border-color: #7E8FA3; }
span { border-color: rgb(126,143,163); }
td.TdClassName
{
border-color: #7E8FA3;
}
.TagClassName
{
border-color: #7E8FA3;
}
</style>