Shades of Light Slate Grey #7E889C
Tints of Light Slate Grey #7E889C
RGB
CMYK
RGB Variations
Color information
#7E889C (or 0x7E889C) is known color: Light Slate Grey. HEX triplet: 7E, 88 and 9C. RGB value is (126,136,156). Sum of RGB (Red+Green+Blue) = 126+136+156=418 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.14% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 156 - color contains mainly: blue. Hex color #7E889C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E889C is #817763. Grayscale: #878787. Windows color (decimal): -8484708 or 10258558. OLE color: 10258558.
HSL color Cylindrical-coordinate representation of color #7E889C: hue angle of 220º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7E889C is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 126 | 136 | 156 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.39 |
| HSL | 220º | 0.13% | 0.55% | - |
| HSV(B) | 220º | 0.19% | 0.61% | - |
| XYZ | 23.41 | 24.44 | 34.94 | - |
| YUV | 135.29 | 139.69 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 136 | 156 | 0.19 | 0.13 | 0 | 0.39 | 220 | 0.13 | 0.55 |
| Hex | 7E | 88 | 9C | 13 | D | 0 | 27 | DC | D | 37 |
| Octal | 176 | 210 | 234 | 23 | 15 | 0 | 47 | 334 | 15 | 67 |
| Binary | 1111110 | 10001000 | 10011100 | 10011 | 1101 | 0 | 100111 | 11011100 | 1101 | 110111 |
Color Harmonies of #7E889C
Complementary color
Monochromatic Colors of #7E889C
Black with #7E889C
Text Example
Text Example
White with #7E889C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E889C; }
p { color: rgb(126,136,156); }
H1.HeaderClassName
{
color: #7E889C;
}
.AnyTagClassName
{
color: #7E889C;
}
</style>
background-color css
<style>
a { background-color: #7E889C; }
a { background-color: rgb(126,136,156); }
div.DivClassName
{
background-color: #7E889C;
}
.BgClassName
{
background-color: #7E889C;
}
</style>
border-color css
<style>
span { border-color: #7E889C; }
span { border-color: rgb(126,136,156); }
td.TdClassName
{
border-color: #7E889C;
}
.TagClassName
{
border-color: #7E889C;
}
</style>