Shades of Light Slate Grey #7C8390
Tints of Light Slate Grey #7C8390
RGB
CMYK
RGB Variations
Color information
#7C8390 (or 0x7C8390) is known color: Light Slate Grey. HEX triplet: 7C, 83 and 90. RGB value is (124,131,144). Sum of RGB (Red+Green+Blue) = 124+131+144=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 144 - color contains mainly: blue. Hex color #7C8390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8390 is #837C6F. Grayscale: #828282. Windows color (decimal): -8617072 or 9470844. OLE color: 9470844.
HSL color Cylindrical-coordinate representation of color #7C8390: hue angle of 219º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7C8390 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 131 | 144 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.44 |
| HSL | 219º | 0.08% | 0.53% | - |
| HSV(B) | 219º | 0.14% | 0.56% | - |
| XYZ | 21.46 | 22.53 | 29.6 | - |
| YUV | 130.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 131 | 144 | 0.14 | 0.09 | 0 | 0.44 | 219 | 0.08 | 0.53 |
| Hex | 7C | 83 | 90 | E | 9 | 0 | 2C | DB | 8 | 35 |
| Octal | 174 | 203 | 220 | 16 | 11 | 0 | 54 | 333 | 10 | 65 |
| Binary | 1111100 | 10000011 | 10010000 | 1110 | 1001 | 0 | 101100 | 11011011 | 1000 | 110101 |
Color Harmonies of #7C8390
Complementary color
Monochromatic Colors of #7C8390
Black with #7C8390
Text Example
Text Example
White with #7C8390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8390; }
p { color: rgb(124,131,144); }
H1.HeaderClassName
{
color: #7C8390;
}
.AnyTagClassName
{
color: #7C8390;
}
</style>
background-color css
<style>
a { background-color: #7C8390; }
a { background-color: rgb(124,131,144); }
div.DivClassName
{
background-color: #7C8390;
}
.BgClassName
{
background-color: #7C8390;
}
</style>
border-color css
<style>
span { border-color: #7C8390; }
span { border-color: rgb(124,131,144); }
td.TdClassName
{
border-color: #7C8390;
}
.TagClassName
{
border-color: #7C8390;
}
</style>