Shades of Light Slate Grey #7B8492
Tints of Light Slate Grey #7B8492
RGB
CMYK
RGB Variations
Color information
#7B8492 (or 0x7B8492) is known color: Light Slate Grey. HEX triplet: 7B, 84 and 92. RGB value is (123,132,146). Sum of RGB (Red+Green+Blue) = 123+132+146=401 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.67% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 146 - color contains mainly: blue. Hex color #7B8492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8492 is #847B6D. Grayscale: #828282. Windows color (decimal): -8682350 or 9602171. OLE color: 9602171.
HSL color Cylindrical-coordinate representation of color #7B8492: hue angle of 216.52º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7B8492 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 123 | 132 | 146 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.43 |
| HSL | 216.52º | 0.1% | 0.53% | - |
| HSV(B) | 216.52º | 0.16% | 0.57% | - |
| XYZ | 21.61 | 22.79 | 30.45 | - |
| YUV | 130.91 | 136.52 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 132 | 146 | 0.16 | 0.10 | 0 | 0.43 | 216.52 | 0.1 | 0.53 |
| Hex | 7B | 84 | 92 | 10 | A | 0 | 2B | D9 | A | 35 |
| Octal | 173 | 204 | 222 | 20 | 12 | 0 | 53 | 331 | 12 | 65 |
| Binary | 1111011 | 10000100 | 10010010 | 10000 | 1010 | 0 | 101011 | 11011001 | 1010 | 110101 |
Color Harmonies of #7B8492
Complementary color
Monochromatic Colors of #7B8492
Black with #7B8492
Text Example
Text Example
White with #7B8492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8492; }
p { color: rgb(123,132,146); }
H1.HeaderClassName
{
color: #7B8492;
}
.AnyTagClassName
{
color: #7B8492;
}
</style>
background-color css
<style>
a { background-color: #7B8492; }
a { background-color: rgb(123,132,146); }
div.DivClassName
{
background-color: #7B8492;
}
.BgClassName
{
background-color: #7B8492;
}
</style>
border-color css
<style>
span { border-color: #7B8492; }
span { border-color: rgb(123,132,146); }
td.TdClassName
{
border-color: #7B8492;
}
.TagClassName
{
border-color: #7B8492;
}
</style>