Shades of Light Slate Grey #7B8491
Tints of Light Slate Grey #7B8491
RGB
CMYK
RGB Variations
Color information
#7B8491 (or 0x7B8491) is known color: Light Slate Grey. HEX triplet: 7B, 84 and 91. RGB value is (123,132,145). Sum of RGB (Red+Green+Blue) = 123+132+145=400 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.75% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 145 - color contains mainly: blue. Hex color #7B8491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8491 is #847B6E. Grayscale: #828282. Windows color (decimal): -8682351 or 9536635. OLE color: 9536635.
HSL color Cylindrical-coordinate representation of color #7B8491: hue angle of 215.45º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7B8491 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 123 | 132 | 145 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.43 |
| HSL | 215.45º | 0.09% | 0.53% | - |
| HSV(B) | 215.45º | 0.15% | 0.57% | - |
| XYZ | 21.53 | 22.76 | 30.05 | - |
| YUV | 130.79 | 136.02 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 132 | 145 | 0.15 | 0.09 | 0 | 0.43 | 215.45 | 0.09 | 0.53 |
| Hex | 7B | 84 | 91 | F | 9 | 0 | 2B | D7 | 9 | 35 |
| Octal | 173 | 204 | 221 | 17 | 11 | 0 | 53 | 327 | 11 | 65 |
| Binary | 1111011 | 10000100 | 10010001 | 1111 | 1001 | 0 | 101011 | 11010111 | 1001 | 110101 |
Color Harmonies of #7B8491
Complementary color
Monochromatic Colors of #7B8491
Black with #7B8491
Text Example
Text Example
White with #7B8491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8491; }
p { color: rgb(123,132,145); }
H1.HeaderClassName
{
color: #7B8491;
}
.AnyTagClassName
{
color: #7B8491;
}
</style>
background-color css
<style>
a { background-color: #7B8491; }
a { background-color: rgb(123,132,145); }
div.DivClassName
{
background-color: #7B8491;
}
.BgClassName
{
background-color: #7B8491;
}
</style>
border-color css
<style>
span { border-color: #7B8491; }
span { border-color: rgb(123,132,145); }
td.TdClassName
{
border-color: #7B8491;
}
.TagClassName
{
border-color: #7B8491;
}
</style>