Shades of Light Slate Grey #7D8698
Tints of Light Slate Grey #7D8698
RGB
CMYK
RGB Variations
Color information
#7D8698 (or 0x7D8698) is known color: Light Slate Grey. HEX triplet: 7D, 86 and 98. RGB value is (125,134,152). Sum of RGB (Red+Green+Blue) = 125+134+152=411 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.41% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 152 - color contains mainly: blue. Hex color #7D8698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8698 is #827967. Grayscale: #858585. Windows color (decimal): -8550760 or 9995901. OLE color: 9995901.
HSL color Cylindrical-coordinate representation of color #7D8698: hue angle of 220º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7D8698 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 125 | 134 | 152 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.40 |
| HSL | 220º | 0.12% | 0.54% | - |
| HSV(B) | 220º | 0.18% | 0.6% | - |
| XYZ | 22.65 | 23.68 | 33.08 | - |
| YUV | 133.36 | 138.52 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 134 | 152 | 0.18 | 0.12 | 0 | 0.40 | 220 | 0.12 | 0.54 |
| Hex | 7D | 86 | 98 | 12 | C | 0 | 28 | DC | C | 36 |
| Octal | 175 | 206 | 230 | 22 | 14 | 0 | 50 | 334 | 14 | 66 |
| Binary | 1111101 | 10000110 | 10011000 | 10010 | 1100 | 0 | 101000 | 11011100 | 1100 | 110110 |
Color Harmonies of #7D8698
Complementary color
Monochromatic Colors of #7D8698
Black with #7D8698
Text Example
Text Example
White with #7D8698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8698; }
p { color: rgb(125,134,152); }
H1.HeaderClassName
{
color: #7D8698;
}
.AnyTagClassName
{
color: #7D8698;
}
</style>
background-color css
<style>
a { background-color: #7D8698; }
a { background-color: rgb(125,134,152); }
div.DivClassName
{
background-color: #7D8698;
}
.BgClassName
{
background-color: #7D8698;
}
</style>
border-color css
<style>
span { border-color: #7D8698; }
span { border-color: rgb(125,134,152); }
td.TdClassName
{
border-color: #7D8698;
}
.TagClassName
{
border-color: #7D8698;
}
</style>