Shades of Light Slate Grey #7F848D
Tints of Light Slate Grey #7F848D
RGB
CMYK
RGB Variations
Color information
#7F848D (or 0x7F848D) is known color: Light Slate Grey. HEX triplet: 7F, 84 and 8D. RGB value is (127,132,141). Sum of RGB (Red+Green+Blue) = 127+132+141=400 (52% of max value = 765). Red value is 127 (50% from 255 or 31.75% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 141 - color contains mainly: blue. Hex color #7F848D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F848D is #807B72. Grayscale: #838383. Windows color (decimal): -8420211 or 9274495. OLE color: 9274495.
HSL color Cylindrical-coordinate representation of color #7F848D: hue angle of 218.57º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7F848D is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 132 | 141 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.45 |
| HSL | 218.57º | 0.06% | 0.53% | - |
| HSV(B) | 218.57º | 0.1% | 0.55% | - |
| XYZ | 21.81 | 22.94 | 28.48 | - |
| YUV | 131.53 | 133.34 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 132 | 141 | 0.10 | 0.06 | 0 | 0.45 | 218.57 | 0.06 | 0.53 |
| Hex | 7F | 84 | 8D | A | 6 | 0 | 2D | DB | 6 | 35 |
| Octal | 177 | 204 | 215 | 12 | 6 | 0 | 55 | 333 | 6 | 65 |
| Binary | 1111111 | 10000100 | 10001101 | 1010 | 110 | 0 | 101101 | 11011011 | 110 | 110101 |
Color Harmonies of #7F848D
Complementary color
Monochromatic Colors of #7F848D
Black with #7F848D
Text Example
Text Example
White with #7F848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F848D; }
p { color: rgb(127,132,141); }
H1.HeaderClassName
{
color: #7F848D;
}
.AnyTagClassName
{
color: #7F848D;
}
</style>
background-color css
<style>
a { background-color: #7F848D; }
a { background-color: rgb(127,132,141); }
div.DivClassName
{
background-color: #7F848D;
}
.BgClassName
{
background-color: #7F848D;
}
</style>
border-color css
<style>
span { border-color: #7F848D; }
span { border-color: rgb(127,132,141); }
td.TdClassName
{
border-color: #7F848D;
}
.TagClassName
{
border-color: #7F848D;
}
</style>