Shades of Light Slate Grey #7F8C99
Tints of Light Slate Grey #7F8C99
RGB
CMYK
RGB Variations
Color information
#7F8C99 (or 0x7F8C99) is known color: Light Slate Grey. HEX triplet: 7F, 8C and 99. RGB value is (127,140,153). Sum of RGB (Red+Green+Blue) = 127+140+153=420 (55% of max value = 765). Red value is 127 (50% from 255 or 30.24% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 153 - color contains mainly: blue. Hex color #7F8C99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8C99 is #807366. Grayscale: #898989. Windows color (decimal): -8418151 or 10062975. OLE color: 10062975.
HSL color Cylindrical-coordinate representation of color #7F8C99: hue angle of 210º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7F8C99 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 127 | 140 | 153 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.4 |
| HSL | 210º | 0.11% | 0.55% | - |
| HSV(B) | 210º | 0.17% | 0.6% | - |
| XYZ | 23.88 | 25.57 | 33.81 | - |
| YUV | 137.6 | 136.69 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 140 | 153 | 0.17 | 0.08 | 0 | 0.4 | 210 | 0.11 | 0.55 |
| Hex | 7F | 8C | 99 | 11 | 8 | 0 | 28 | D2 | B | 37 |
| Octal | 177 | 214 | 231 | 21 | 10 | 0 | 50 | 322 | 13 | 67 |
| Binary | 1111111 | 10001100 | 10011001 | 10001 | 1000 | 0 | 101000 | 11010010 | 1011 | 110111 |
Color Harmonies of #7F8C99
Complementary color
Monochromatic Colors of #7F8C99
Black with #7F8C99
Text Example
Text Example
White with #7F8C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8C99; }
p { color: rgb(127,140,153); }
H1.HeaderClassName
{
color: #7F8C99;
}
.AnyTagClassName
{
color: #7F8C99;
}
</style>
background-color css
<style>
a { background-color: #7F8C99; }
a { background-color: rgb(127,140,153); }
div.DivClassName
{
background-color: #7F8C99;
}
.BgClassName
{
background-color: #7F8C99;
}
</style>
border-color css
<style>
span { border-color: #7F8C99; }
span { border-color: rgb(127,140,153); }
td.TdClassName
{
border-color: #7F8C99;
}
.TagClassName
{
border-color: #7F8C99;
}
</style>