Shades of Light Slate Grey #7B8993
Tints of Light Slate Grey #7B8993
RGB
CMYK
RGB Variations
Color information
#7B8993 (or 0x7B8993) is known color: Light Slate Grey. HEX triplet: 7B, 89 and 93. RGB value is (123,137,147). Sum of RGB (Red+Green+Blue) = 123+137+147=407 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.22% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 147 - color contains mainly: blue. Hex color #7B8993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8993 is #84766C. Grayscale: #858585. Windows color (decimal): -8681069 or 9668987. OLE color: 9668987.
HSL color Cylindrical-coordinate representation of color #7B8993: hue angle of 205º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7B8993 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 137 | 147 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.42 |
| HSL | 205º | 0.1% | 0.53% | - |
| HSV(B) | 205º | 0.16% | 0.58% | - |
| XYZ | 22.38 | 24.21 | 31.1 | - |
| YUV | 133.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 137 | 147 | 0.16 | 0.07 | 0 | 0.42 | 205 | 0.1 | 0.53 |
| Hex | 7B | 89 | 93 | 10 | 7 | 0 | 2A | CD | A | 35 |
| Octal | 173 | 211 | 223 | 20 | 7 | 0 | 52 | 315 | 12 | 65 |
| Binary | 1111011 | 10001001 | 10010011 | 10000 | 111 | 0 | 101010 | 11001101 | 1010 | 110101 |
Color Harmonies of #7B8993
Complementary color
Monochromatic Colors of #7B8993
Black with #7B8993
Text Example
Text Example
White with #7B8993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8993; }
p { color: rgb(123,137,147); }
H1.HeaderClassName
{
color: #7B8993;
}
.AnyTagClassName
{
color: #7B8993;
}
</style>
background-color css
<style>
a { background-color: #7B8993; }
a { background-color: rgb(123,137,147); }
div.DivClassName
{
background-color: #7B8993;
}
.BgClassName
{
background-color: #7B8993;
}
</style>
border-color css
<style>
span { border-color: #7B8993; }
span { border-color: rgb(123,137,147); }
td.TdClassName
{
border-color: #7B8993;
}
.TagClassName
{
border-color: #7B8993;
}
</style>