Shades of Light Slate Grey #7F8492
Tints of Light Slate Grey #7F8492
RGB
CMYK
RGB Variations
Color information
#7F8492 (or 0x7F8492) is known color: Light Slate Grey. HEX triplet: 7F, 84 and 92. RGB value is (127,132,146). Sum of RGB (Red+Green+Blue) = 127+132+146=405 (53% of max value = 765). Red value is 127 (50% from 255 or 31.36% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 146 - color contains mainly: blue. Hex color #7F8492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8492 is #807B6D. Grayscale: #848484. Windows color (decimal): -8420206 or 9602175. OLE color: 9602175.
HSL color Cylindrical-coordinate representation of color #7F8492: hue angle of 224.21º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7F8492 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 132 | 146 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.43 |
| HSL | 224.21º | 0.08% | 0.54% | - |
| HSV(B) | 224.21º | 0.13% | 0.57% | - |
| XYZ | 22.19 | 23.09 | 30.48 | - |
| YUV | 132.1 | 135.84 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 132 | 146 | 0.13 | 0.10 | 0 | 0.43 | 224.21 | 0.08 | 0.54 |
| Hex | 7F | 84 | 92 | D | A | 0 | 2B | E0 | 8 | 36 |
| Octal | 177 | 204 | 222 | 15 | 12 | 0 | 53 | 340 | 10 | 66 |
| Binary | 1111111 | 10000100 | 10010010 | 1101 | 1010 | 0 | 101011 | 11100000 | 1000 | 110110 |
Color Harmonies of #7F8492
Complementary color
Monochromatic Colors of #7F8492
Black with #7F8492
Text Example
Text Example
White with #7F8492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8492; }
p { color: rgb(127,132,146); }
H1.HeaderClassName
{
color: #7F8492;
}
.AnyTagClassName
{
color: #7F8492;
}
</style>
background-color css
<style>
a { background-color: #7F8492; }
a { background-color: rgb(127,132,146); }
div.DivClassName
{
background-color: #7F8492;
}
.BgClassName
{
background-color: #7F8492;
}
</style>
border-color css
<style>
span { border-color: #7F8492; }
span { border-color: rgb(127,132,146); }
td.TdClassName
{
border-color: #7F8492;
}
.TagClassName
{
border-color: #7F8492;
}
</style>