Shades of Light Slate Grey #7C8393
Tints of Light Slate Grey #7C8393
RGB
CMYK
RGB Variations
Color information
#7C8393 (or 0x7C8393) is known color: Light Slate Grey. HEX triplet: 7C, 83 and 93. RGB value is (124,131,147). Sum of RGB (Red+Green+Blue) = 124+131+147=402 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.85% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 147 - color contains mainly: blue. Hex color #7C8393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8393 is #837C6C. Grayscale: #828282. Windows color (decimal): -8617069 or 9667452. OLE color: 9667452.
HSL color Cylindrical-coordinate representation of color #7C8393: hue angle of 221.74º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7C8393 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 131 | 147 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.42 |
| HSL | 221.74º | 0.1% | 0.53% | - |
| HSV(B) | 221.74º | 0.16% | 0.58% | - |
| XYZ | 21.69 | 22.62 | 30.83 | - |
| YUV | 130.73 | 137.18 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 131 | 147 | 0.16 | 0.11 | 0 | 0.42 | 221.74 | 0.1 | 0.53 |
| Hex | 7C | 83 | 93 | 10 | B | 0 | 2A | DE | A | 35 |
| Octal | 174 | 203 | 223 | 20 | 13 | 0 | 52 | 336 | 12 | 65 |
| Binary | 1111100 | 10000011 | 10010011 | 10000 | 1011 | 0 | 101010 | 11011110 | 1010 | 110101 |
Color Harmonies of #7C8393
Complementary color
Monochromatic Colors of #7C8393
Black with #7C8393
Text Example
Text Example
White with #7C8393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8393; }
p { color: rgb(124,131,147); }
H1.HeaderClassName
{
color: #7C8393;
}
.AnyTagClassName
{
color: #7C8393;
}
</style>
background-color css
<style>
a { background-color: #7C8393; }
a { background-color: rgb(124,131,147); }
div.DivClassName
{
background-color: #7C8393;
}
.BgClassName
{
background-color: #7C8393;
}
</style>
border-color css
<style>
span { border-color: #7C8393; }
span { border-color: rgb(124,131,147); }
td.TdClassName
{
border-color: #7C8393;
}
.TagClassName
{
border-color: #7C8393;
}
</style>