Shades of Light Slate Grey #7D8BA0
Tints of Light Slate Grey #7D8BA0
RGB
CMYK
RGB Variations
Color information
#7D8BA0 (or 0x7D8BA0) is known color: Light Slate Grey. HEX triplet: 7D, 8B and A0. RGB value is (125,139,160). Sum of RGB (Red+Green+Blue) = 125+139+160=424 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.48% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 160 (62.89% from 255 or 37.74% from 424); Max value from RGB is 160 - color contains mainly: blue. Hex color #7D8BA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8BA0 is #82745F. Grayscale: #898989. Windows color (decimal): -8549472 or 10521469. OLE color: 10521469.
HSL color Cylindrical-coordinate representation of color #7D8BA0: hue angle of 216º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7D8BA0 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 125 | 139 | 160 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.37 |
| HSL | 216º | 0.16% | 0.56% | - |
| HSV(B) | 216º | 0.22% | 0.63% | - |
| XYZ | 24.04 | 25.36 | 36.89 | - |
| YUV | 137.21 | 140.86 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 139 | 160 | 0.22 | 0.13 | 0 | 0.37 | 216 | 0.16 | 0.56 |
| Hex | 7D | 8B | A0 | 16 | D | 0 | 25 | D8 | 10 | 38 |
| Octal | 175 | 213 | 240 | 26 | 15 | 0 | 45 | 330 | 20 | 70 |
| Binary | 1111101 | 10001011 | 10100000 | 10110 | 1101 | 0 | 100101 | 11011000 | 10000 | 111000 |
Color Harmonies of #7D8BA0
Complementary color
Monochromatic Colors of #7D8BA0
Black with #7D8BA0
Text Example
Text Example
White with #7D8BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8BA0; }
p { color: rgb(125,139,160); }
H1.HeaderClassName
{
color: #7D8BA0;
}
.AnyTagClassName
{
color: #7D8BA0;
}
</style>
background-color css
<style>
a { background-color: #7D8BA0; }
a { background-color: rgb(125,139,160); }
div.DivClassName
{
background-color: #7D8BA0;
}
.BgClassName
{
background-color: #7D8BA0;
}
</style>
border-color css
<style>
span { border-color: #7D8BA0; }
span { border-color: rgb(125,139,160); }
td.TdClassName
{
border-color: #7D8BA0;
}
.TagClassName
{
border-color: #7D8BA0;
}
</style>