Shades of Light Slate Grey #7F8B9A
Tints of Light Slate Grey #7F8B9A
RGB
CMYK
RGB Variations
Color information
#7F8B9A (or 0x7F8B9A) is known color: Light Slate Grey. HEX triplet: 7F, 8B and 9A. RGB value is (127,139,154). Sum of RGB (Red+Green+Blue) = 127+139+154=420 (55% of max value = 765). Red value is 127 (50% from 255 or 30.24% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 154 - color contains mainly: blue. Hex color #7F8B9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8B9A is #807465. Grayscale: #898989. Windows color (decimal): -8418406 or 10128255. OLE color: 10128255.
HSL color Cylindrical-coordinate representation of color #7F8B9A: hue angle of 213.33º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7F8B9A is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 127 | 139 | 154 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.40 |
| HSL | 213.33º | 0.12% | 0.55% | - |
| HSV(B) | 213.33º | 0.18% | 0.6% | - |
| XYZ | 23.82 | 25.31 | 34.2 | - |
| YUV | 137.12 | 137.52 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 139 | 154 | 0.18 | 0.10 | 0 | 0.40 | 213.33 | 0.12 | 0.55 |
| Hex | 7F | 8B | 9A | 12 | A | 0 | 28 | D5 | C | 37 |
| Octal | 177 | 213 | 232 | 22 | 12 | 0 | 50 | 325 | 14 | 67 |
| Binary | 1111111 | 10001011 | 10011010 | 10010 | 1010 | 0 | 101000 | 11010101 | 1100 | 110111 |
Color Harmonies of #7F8B9A
Complementary color
Monochromatic Colors of #7F8B9A
Black with #7F8B9A
Text Example
Text Example
White with #7F8B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8B9A; }
p { color: rgb(127,139,154); }
H1.HeaderClassName
{
color: #7F8B9A;
}
.AnyTagClassName
{
color: #7F8B9A;
}
</style>
background-color css
<style>
a { background-color: #7F8B9A; }
a { background-color: rgb(127,139,154); }
div.DivClassName
{
background-color: #7F8B9A;
}
.BgClassName
{
background-color: #7F8B9A;
}
</style>
border-color css
<style>
span { border-color: #7F8B9A; }
span { border-color: rgb(127,139,154); }
td.TdClassName
{
border-color: #7F8B9A;
}
.TagClassName
{
border-color: #7F8B9A;
}
</style>