Shades of Light Slate Grey #7A8391
Tints of Light Slate Grey #7A8391
RGB
CMYK
RGB Variations
Color information
#7A8391 (or 0x7A8391) is known color: Light Slate Grey. HEX triplet: 7A, 83 and 91. RGB value is (122,131,145). Sum of RGB (Red+Green+Blue) = 122+131+145=398 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.65% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 145 - color contains mainly: blue. Hex color #7A8391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8391 is #857C6E. Grayscale: #818181. Windows color (decimal): -8748143 or 9536378. OLE color: 9536378.
HSL color Cylindrical-coordinate representation of color #7A8391: hue angle of 216.52º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A8391 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 122 | 131 | 145 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.43 |
| HSL | 216.52º | 0.09% | 0.52% | - |
| HSV(B) | 216.52º | 0.16% | 0.57% | - |
| XYZ | 21.25 | 22.41 | 29.99 | - |
| YUV | 129.91 | 136.52 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 131 | 145 | 0.16 | 0.10 | 0 | 0.43 | 216.52 | 0.09 | 0.52 |
| Hex | 7A | 83 | 91 | 10 | A | 0 | 2B | D9 | 9 | 34 |
| Octal | 172 | 203 | 221 | 20 | 12 | 0 | 53 | 331 | 11 | 64 |
| Binary | 1111010 | 10000011 | 10010001 | 10000 | 1010 | 0 | 101011 | 11011001 | 1001 | 110100 |
Color Harmonies of #7A8391
Complementary color
Monochromatic Colors of #7A8391
Black with #7A8391
Text Example
Text Example
White with #7A8391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8391; }
p { color: rgb(122,131,145); }
H1.HeaderClassName
{
color: #7A8391;
}
.AnyTagClassName
{
color: #7A8391;
}
</style>
background-color css
<style>
a { background-color: #7A8391; }
a { background-color: rgb(122,131,145); }
div.DivClassName
{
background-color: #7A8391;
}
.BgClassName
{
background-color: #7A8391;
}
</style>
border-color css
<style>
span { border-color: #7A8391; }
span { border-color: rgb(122,131,145); }
td.TdClassName
{
border-color: #7A8391;
}
.TagClassName
{
border-color: #7A8391;
}
</style>