Shades of Light Slate Grey #7B8495
Tints of Light Slate Grey #7B8495
RGB
CMYK
RGB Variations
Color information
#7B8495 (or 0x7B8495) is known color: Light Slate Grey. HEX triplet: 7B, 84 and 95. RGB value is (123,132,149). Sum of RGB (Red+Green+Blue) = 123+132+149=404 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.45% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 149 - color contains mainly: blue. Hex color #7B8495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8495 is #847B6A. Grayscale: #838383. Windows color (decimal): -8682347 or 9798779. OLE color: 9798779.
HSL color Cylindrical-coordinate representation of color #7B8495: hue angle of 219.23º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7B8495 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 132 | 149 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.42 |
| HSL | 219.23º | 0.11% | 0.53% | - |
| HSV(B) | 219.23º | 0.17% | 0.58% | - |
| XYZ | 21.84 | 22.88 | 31.7 | - |
| YUV | 131.25 | 138.02 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 132 | 149 | 0.17 | 0.11 | 0 | 0.42 | 219.23 | 0.11 | 0.53 |
| Hex | 7B | 84 | 95 | 11 | B | 0 | 2A | DB | B | 35 |
| Octal | 173 | 204 | 225 | 21 | 13 | 0 | 52 | 333 | 13 | 65 |
| Binary | 1111011 | 10000100 | 10010101 | 10001 | 1011 | 0 | 101010 | 11011011 | 1011 | 110101 |
Color Harmonies of #7B8495
Complementary color
Monochromatic Colors of #7B8495
Black with #7B8495
Text Example
Text Example
White with #7B8495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8495; }
p { color: rgb(123,132,149); }
H1.HeaderClassName
{
color: #7B8495;
}
.AnyTagClassName
{
color: #7B8495;
}
</style>
background-color css
<style>
a { background-color: #7B8495; }
a { background-color: rgb(123,132,149); }
div.DivClassName
{
background-color: #7B8495;
}
.BgClassName
{
background-color: #7B8495;
}
</style>
border-color css
<style>
span { border-color: #7B8495; }
span { border-color: rgb(123,132,149); }
td.TdClassName
{
border-color: #7B8495;
}
.TagClassName
{
border-color: #7B8495;
}
</style>