Shades of Light Slate Grey #7D8799
Tints of Light Slate Grey #7D8799
RGB
CMYK
RGB Variations
Color information
#7D8799 (or 0x7D8799) is known color: Light Slate Grey. HEX triplet: 7D, 87 and 99. RGB value is (125,135,153). Sum of RGB (Red+Green+Blue) = 125+135+153=413 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.27% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 153 - color contains mainly: blue. Hex color #7D8799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8799 is #827866. Grayscale: #858585. Windows color (decimal): -8550503 or 10061693. OLE color: 10061693.
HSL color Cylindrical-coordinate representation of color #7D8799: hue angle of 218.57º 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 #7D8799 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 125 | 135 | 153 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.4 |
| HSL | 218.57º | 0.12% | 0.55% | - |
| HSV(B) | 218.57º | 0.18% | 0.6% | - |
| XYZ | 22.87 | 23.99 | 33.56 | - |
| YUV | 134.06 | 138.69 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 135 | 153 | 0.18 | 0.12 | 0 | 0.4 | 218.57 | 0.12 | 0.55 |
| Hex | 7D | 87 | 99 | 12 | C | 0 | 28 | DB | C | 37 |
| Octal | 175 | 207 | 231 | 22 | 14 | 0 | 50 | 333 | 14 | 67 |
| Binary | 1111101 | 10000111 | 10011001 | 10010 | 1100 | 0 | 101000 | 11011011 | 1100 | 110111 |
Color Harmonies of #7D8799
Complementary color
Monochromatic Colors of #7D8799
Black with #7D8799
Text Example
Text Example
White with #7D8799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8799; }
p { color: rgb(125,135,153); }
H1.HeaderClassName
{
color: #7D8799;
}
.AnyTagClassName
{
color: #7D8799;
}
</style>
background-color css
<style>
a { background-color: #7D8799; }
a { background-color: rgb(125,135,153); }
div.DivClassName
{
background-color: #7D8799;
}
.BgClassName
{
background-color: #7D8799;
}
</style>
border-color css
<style>
span { border-color: #7D8799; }
span { border-color: rgb(125,135,153); }
td.TdClassName
{
border-color: #7D8799;
}
.TagClassName
{
border-color: #7D8799;
}
</style>