Shades of Light Slate Grey #7C8699
Tints of Light Slate Grey #7C8699
RGB
CMYK
RGB Variations
Color information
#7C8699 (or 0x7C8699) is known color: Light Slate Grey. HEX triplet: 7C, 86 and 99. RGB value is (124,134,153). Sum of RGB (Red+Green+Blue) = 124+134+153=411 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.17% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 153 - color contains mainly: blue. Hex color #7C8699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8699 is #837966. Grayscale: #858585. Windows color (decimal): -8616295 or 10061436. OLE color: 10061436.
HSL color Cylindrical-coordinate representation of color #7C8699: hue angle of 219.31º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7C8699 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 124 | 134 | 153 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.4 |
| HSL | 219.31º | 0.12% | 0.54% | - |
| HSV(B) | 219.31º | 0.19% | 0.6% | - |
| XYZ | 22.59 | 23.64 | 33.51 | - |
| YUV | 133.18 | 139.19 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 134 | 153 | 0.19 | 0.12 | 0 | 0.4 | 219.31 | 0.12 | 0.54 |
| Hex | 7C | 86 | 99 | 13 | C | 0 | 28 | DB | C | 36 |
| Octal | 174 | 206 | 231 | 23 | 14 | 0 | 50 | 333 | 14 | 66 |
| Binary | 1111100 | 10000110 | 10011001 | 10011 | 1100 | 0 | 101000 | 11011011 | 1100 | 110110 |
Color Harmonies of #7C8699
Complementary color
Monochromatic Colors of #7C8699
Black with #7C8699
Text Example
Text Example
White with #7C8699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8699; }
p { color: rgb(124,134,153); }
H1.HeaderClassName
{
color: #7C8699;
}
.AnyTagClassName
{
color: #7C8699;
}
</style>
background-color css
<style>
a { background-color: #7C8699; }
a { background-color: rgb(124,134,153); }
div.DivClassName
{
background-color: #7C8699;
}
.BgClassName
{
background-color: #7C8699;
}
</style>
border-color css
<style>
span { border-color: #7C8699; }
span { border-color: rgb(124,134,153); }
td.TdClassName
{
border-color: #7C8699;
}
.TagClassName
{
border-color: #7C8699;
}
</style>