Shades of Light Slate Grey #7F8697
Tints of Light Slate Grey #7F8697
RGB
CMYK
RGB Variations
Color information
#7F8697 (or 0x7F8697) is known color: Light Slate Grey. HEX triplet: 7F, 86 and 97. RGB value is (127,134,151). Sum of RGB (Red+Green+Blue) = 127+134+151=412 (54% of max value = 765). Red value is 127 (50% from 255 or 30.83% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 151 (59.38% from 255 or 36.65% from 412); Max value from RGB is 151 - color contains mainly: blue. Hex color #7F8697 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8697 is #807968. Grayscale: #858585. Windows color (decimal): -8419689 or 9930367. OLE color: 9930367.
HSL color Cylindrical-coordinate representation of color #7F8697: hue angle of 222.5º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7F8697 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 127 | 134 | 151 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.41 |
| HSL | 222.5º | 0.1% | 0.55% | - |
| HSV(B) | 222.5º | 0.16% | 0.59% | - |
| XYZ | 22.86 | 23.8 | 32.67 | - |
| YUV | 133.85 | 137.68 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 134 | 151 | 0.16 | 0.11 | 0 | 0.41 | 222.5 | 0.1 | 0.55 |
| Hex | 7F | 86 | 97 | 10 | B | 0 | 29 | DE | A | 37 |
| Octal | 177 | 206 | 227 | 20 | 13 | 0 | 51 | 336 | 12 | 67 |
| Binary | 1111111 | 10000110 | 10010111 | 10000 | 1011 | 0 | 101001 | 11011110 | 1010 | 110111 |
Color Harmonies of #7F8697
Complementary color
Monochromatic Colors of #7F8697
Black with #7F8697
Text Example
Text Example
White with #7F8697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8697; }
p { color: rgb(127,134,151); }
H1.HeaderClassName
{
color: #7F8697;
}
.AnyTagClassName
{
color: #7F8697;
}
</style>
background-color css
<style>
a { background-color: #7F8697; }
a { background-color: rgb(127,134,151); }
div.DivClassName
{
background-color: #7F8697;
}
.BgClassName
{
background-color: #7F8697;
}
</style>
border-color css
<style>
span { border-color: #7F8697; }
span { border-color: rgb(127,134,151); }
td.TdClassName
{
border-color: #7F8697;
}
.TagClassName
{
border-color: #7F8697;
}
</style>