Shades of Light Slate Grey #7F8490
Tints of Light Slate Grey #7F8490
RGB
CMYK
RGB Variations
Color information
#7F8490 (or 0x7F8490) is known color: Light Slate Grey. HEX triplet: 7F, 84 and 90. RGB value is (127,132,144). Sum of RGB (Red+Green+Blue) = 127+132+144=403 (53% of max value = 765). Red value is 127 (50% from 255 or 31.51% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 144 - color contains mainly: blue. Hex color #7F8490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8490 is #807B6F. Grayscale: #838383. Windows color (decimal): -8420208 or 9471103. OLE color: 9471103.
HSL color Cylindrical-coordinate representation of color #7F8490: hue angle of 222.35º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7F8490 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 132 | 144 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.44 |
| HSL | 222.35º | 0.07% | 0.53% | - |
| HSV(B) | 222.35º | 0.12% | 0.56% | - |
| XYZ | 22.04 | 23.03 | 29.67 | - |
| YUV | 131.87 | 134.84 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 132 | 144 | 0.12 | 0.08 | 0 | 0.44 | 222.35 | 0.07 | 0.53 |
| Hex | 7F | 84 | 90 | C | 8 | 0 | 2C | DE | 7 | 35 |
| Octal | 177 | 204 | 220 | 14 | 10 | 0 | 54 | 336 | 7 | 65 |
| Binary | 1111111 | 10000100 | 10010000 | 1100 | 1000 | 0 | 101100 | 11011110 | 111 | 110101 |
Color Harmonies of #7F8490
Complementary color
Monochromatic Colors of #7F8490
Black with #7F8490
Text Example
Text Example
White with #7F8490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8490; }
p { color: rgb(127,132,144); }
H1.HeaderClassName
{
color: #7F8490;
}
.AnyTagClassName
{
color: #7F8490;
}
</style>
background-color css
<style>
a { background-color: #7F8490; }
a { background-color: rgb(127,132,144); }
div.DivClassName
{
background-color: #7F8490;
}
.BgClassName
{
background-color: #7F8490;
}
</style>
border-color css
<style>
span { border-color: #7F8490; }
span { border-color: rgb(127,132,144); }
td.TdClassName
{
border-color: #7F8490;
}
.TagClassName
{
border-color: #7F8490;
}
</style>