Shades of Light Slate Grey #7D8C99
Tints of Light Slate Grey #7D8C99
RGB
CMYK
RGB Variations
Color information
#7D8C99 (or 0x7D8C99) is known color: Light Slate Grey. HEX triplet: 7D, 8C and 99. RGB value is (125,140,153). Sum of RGB (Red+Green+Blue) = 125+140+153=418 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.90% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 153 - color contains mainly: blue. Hex color #7D8C99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8C99 is #827366. Grayscale: #888888. Windows color (decimal): -8549223 or 10062973. OLE color: 10062973.
HSL color Cylindrical-coordinate representation of color #7D8C99: hue angle of 207.86º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7D8C99 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 125 | 140 | 153 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.4 |
| HSL | 207.86º | 0.12% | 0.55% | - |
| HSV(B) | 207.86º | 0.18% | 0.6% | - |
| XYZ | 23.59 | 25.42 | 33.8 | - |
| YUV | 137 | 137.03 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 140 | 153 | 0.18 | 0.08 | 0 | 0.4 | 207.86 | 0.12 | 0.55 |
| Hex | 7D | 8C | 99 | 12 | 8 | 0 | 28 | D0 | C | 37 |
| Octal | 175 | 214 | 231 | 22 | 10 | 0 | 50 | 320 | 14 | 67 |
| Binary | 1111101 | 10001100 | 10011001 | 10010 | 1000 | 0 | 101000 | 11010000 | 1100 | 110111 |
Color Harmonies of #7D8C99
Complementary color
Monochromatic Colors of #7D8C99
Black with #7D8C99
Text Example
Text Example
White with #7D8C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8C99; }
p { color: rgb(125,140,153); }
H1.HeaderClassName
{
color: #7D8C99;
}
.AnyTagClassName
{
color: #7D8C99;
}
</style>
background-color css
<style>
a { background-color: #7D8C99; }
a { background-color: rgb(125,140,153); }
div.DivClassName
{
background-color: #7D8C99;
}
.BgClassName
{
background-color: #7D8C99;
}
</style>
border-color css
<style>
span { border-color: #7D8C99; }
span { border-color: rgb(125,140,153); }
td.TdClassName
{
border-color: #7D8C99;
}
.TagClassName
{
border-color: #7D8C99;
}
</style>