Shades of Light Slate Grey #7F8B99
Tints of Light Slate Grey #7F8B99
RGB
CMYK
RGB Variations
Color information
#7F8B99 (or 0x7F8B99) is known color: Light Slate Grey. HEX triplet: 7F, 8B and 99. RGB value is (127,139,153). Sum of RGB (Red+Green+Blue) = 127+139+153=419 (55% of max value = 765). Red value is 127 (50% from 255 or 30.31% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 153 - color contains mainly: blue. Hex color #7F8B99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8B99 is #807466. Grayscale: #888888. Windows color (decimal): -8418407 or 10062719. OLE color: 10062719.
HSL color Cylindrical-coordinate representation of color #7F8B99: hue angle of 212.31º 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 #7F8B99 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 127 | 139 | 153 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.4 |
| HSL | 212.31º | 0.11% | 0.55% | - |
| HSV(B) | 212.31º | 0.17% | 0.6% | - |
| XYZ | 23.73 | 25.28 | 33.77 | - |
| YUV | 137.01 | 137.02 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 139 | 153 | 0.17 | 0.09 | 0 | 0.4 | 212.31 | 0.11 | 0.55 |
| Hex | 7F | 8B | 99 | 11 | 9 | 0 | 28 | D4 | B | 37 |
| Octal | 177 | 213 | 231 | 21 | 11 | 0 | 50 | 324 | 13 | 67 |
| Binary | 1111111 | 10001011 | 10011001 | 10001 | 1001 | 0 | 101000 | 11010100 | 1011 | 110111 |
Color Harmonies of #7F8B99
Complementary color
Monochromatic Colors of #7F8B99
Black with #7F8B99
Text Example
Text Example
White with #7F8B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8B99; }
p { color: rgb(127,139,153); }
H1.HeaderClassName
{
color: #7F8B99;
}
.AnyTagClassName
{
color: #7F8B99;
}
</style>
background-color css
<style>
a { background-color: #7F8B99; }
a { background-color: rgb(127,139,153); }
div.DivClassName
{
background-color: #7F8B99;
}
.BgClassName
{
background-color: #7F8B99;
}
</style>
border-color css
<style>
span { border-color: #7F8B99; }
span { border-color: rgb(127,139,153); }
td.TdClassName
{
border-color: #7F8B99;
}
.TagClassName
{
border-color: #7F8B99;
}
</style>