Shades of Light Slate Grey #7C8291
Tints of Light Slate Grey #7C8291
RGB
CMYK
RGB Variations
Color information
#7C8291 (or 0x7C8291) is known color: Light Slate Grey. HEX triplet: 7C, 82 and 91. RGB value is (124,130,145). Sum of RGB (Red+Green+Blue) = 124+130+145=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 145 - color contains mainly: blue. Hex color #7C8291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8291 is #837D6E. Grayscale: #818181. Windows color (decimal): -8617327 or 9536124. OLE color: 9536124.
HSL color Cylindrical-coordinate representation of color #7C8291: hue angle of 222.86º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7C8291 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 130 | 145 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.43 |
| HSL | 222.86º | 0.09% | 0.53% | - |
| HSV(B) | 222.86º | 0.14% | 0.57% | - |
| XYZ | 21.41 | 22.29 | 29.96 | - |
| YUV | 129.92 | 136.51 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 130 | 145 | 0.14 | 0.10 | 0 | 0.43 | 222.86 | 0.09 | 0.53 |
| Hex | 7C | 82 | 91 | E | A | 0 | 2B | DF | 9 | 35 |
| Octal | 174 | 202 | 221 | 16 | 12 | 0 | 53 | 337 | 11 | 65 |
| Binary | 1111100 | 10000010 | 10010001 | 1110 | 1010 | 0 | 101011 | 11011111 | 1001 | 110101 |
Color Harmonies of #7C8291
Complementary color
Monochromatic Colors of #7C8291
Black with #7C8291
Text Example
Text Example
White with #7C8291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8291; }
p { color: rgb(124,130,145); }
H1.HeaderClassName
{
color: #7C8291;
}
.AnyTagClassName
{
color: #7C8291;
}
</style>
background-color css
<style>
a { background-color: #7C8291; }
a { background-color: rgb(124,130,145); }
div.DivClassName
{
background-color: #7C8291;
}
.BgClassName
{
background-color: #7C8291;
}
</style>
border-color css
<style>
span { border-color: #7C8291; }
span { border-color: rgb(124,130,145); }
td.TdClassName
{
border-color: #7C8291;
}
.TagClassName
{
border-color: #7C8291;
}
</style>