Shades of Light Slate Grey #7F9099
Tints of Light Slate Grey #7F9099
RGB
CMYK
RGB Variations
Color information
#7F9099 (or 0x7F9099) is known color: Light Slate Grey. HEX triplet: 7F, 90 and 99. RGB value is (127,144,153). Sum of RGB (Red+Green+Blue) = 127+144+153=424 (56% of max value = 765). Red value is 127 (50% from 255 or 29.95% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 153 - color contains mainly: blue. Hex color #7F9099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9099 is #806F66. Grayscale: #8B8B8B. Windows color (decimal): -8417127 or 10063999. OLE color: 10063999.
HSL color Cylindrical-coordinate representation of color #7F9099: hue angle of 200.77º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7F9099 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 127 | 144 | 153 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.4 |
| HSL | 200.77º | 0.11% | 0.55% | - |
| HSV(B) | 200.77º | 0.17% | 0.6% | - |
| XYZ | 24.48 | 26.76 | 34.01 | - |
| YUV | 139.94 | 135.37 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 144 | 153 | 0.17 | 0.06 | 0 | 0.4 | 200.77 | 0.11 | 0.55 |
| Hex | 7F | 90 | 99 | 11 | 6 | 0 | 28 | C9 | B | 37 |
| Octal | 177 | 220 | 231 | 21 | 6 | 0 | 50 | 311 | 13 | 67 |
| Binary | 1111111 | 10010000 | 10011001 | 10001 | 110 | 0 | 101000 | 11001001 | 1011 | 110111 |
Color Harmonies of #7F9099
Complementary color
Monochromatic Colors of #7F9099
Black with #7F9099
Text Example
Text Example
White with #7F9099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9099; }
p { color: rgb(127,144,153); }
H1.HeaderClassName
{
color: #7F9099;
}
.AnyTagClassName
{
color: #7F9099;
}
</style>
background-color css
<style>
a { background-color: #7F9099; }
a { background-color: rgb(127,144,153); }
div.DivClassName
{
background-color: #7F9099;
}
.BgClassName
{
background-color: #7F9099;
}
</style>
border-color css
<style>
span { border-color: #7F9099; }
span { border-color: rgb(127,144,153); }
td.TdClassName
{
border-color: #7F9099;
}
.TagClassName
{
border-color: #7F9099;
}
</style>