Shades of Light Slate Grey #7A8598
Tints of Light Slate Grey #7A8598
RGB
CMYK
RGB Variations
Color information
#7A8598 (or 0x7A8598) is known color: Light Slate Grey. HEX triplet: 7A, 85 and 98. RGB value is (122,133,152). Sum of RGB (Red+Green+Blue) = 122+133+152=407 (53% of max value = 765). Red value is 122 (48.05% from 255 or 29.98% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 152 - color contains mainly: blue. Hex color #7A8598 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8598 is #857A67. Grayscale: #838383. Windows color (decimal): -8747624 or 9995642. OLE color: 9995642.
HSL color Cylindrical-coordinate representation of color #7A8598: hue angle of 218º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A8598 is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 133 | 152 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.40 |
| HSL | 218º | 0.13% | 0.54% | - |
| HSV(B) | 218º | 0.2% | 0.6% | - |
| XYZ | 22.08 | 23.18 | 33.02 | - |
| YUV | 131.88 | 139.36 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 133 | 152 | 0.20 | 0.13 | 0 | 0.40 | 218 | 0.13 | 0.54 |
| Hex | 7A | 85 | 98 | 14 | D | 0 | 28 | DA | D | 36 |
| Octal | 172 | 205 | 230 | 24 | 15 | 0 | 50 | 332 | 15 | 66 |
| Binary | 1111010 | 10000101 | 10011000 | 10100 | 1101 | 0 | 101000 | 11011010 | 1101 | 110110 |
Color Harmonies of #7A8598
Complementary color
Monochromatic Colors of #7A8598
Black with #7A8598
Text Example
Text Example
White with #7A8598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8598; }
p { color: rgb(122,133,152); }
H1.HeaderClassName
{
color: #7A8598;
}
.AnyTagClassName
{
color: #7A8598;
}
</style>
background-color css
<style>
a { background-color: #7A8598; }
a { background-color: rgb(122,133,152); }
div.DivClassName
{
background-color: #7A8598;
}
.BgClassName
{
background-color: #7A8598;
}
</style>
border-color css
<style>
span { border-color: #7A8598; }
span { border-color: rgb(122,133,152); }
td.TdClassName
{
border-color: #7A8598;
}
.TagClassName
{
border-color: #7A8598;
}
</style>