Shades of Light Slate Grey #7A869A
Tints of Light Slate Grey #7A869A
RGB
CMYK
RGB Variations
Color information
#7A869A (or 0x7A869A) is known color: Light Slate Grey. HEX triplet: 7A, 86 and 9A. RGB value is (122,134,154). Sum of RGB (Red+Green+Blue) = 122+134+154=410 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.76% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 154 - color contains mainly: blue. Hex color #7A869A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A869A is #857965. Grayscale: #848484. Windows color (decimal): -8747366 or 10126970. OLE color: 10126970.
HSL color Cylindrical-coordinate representation of color #7A869A: hue angle of 217.5º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A869A is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 134 | 154 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.40 |
| HSL | 217.5º | 0.14% | 0.54% | - |
| HSV(B) | 217.5º | 0.21% | 0.6% | - |
| XYZ | 22.38 | 23.52 | 33.93 | - |
| YUV | 132.69 | 140.02 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 134 | 154 | 0.21 | 0.13 | 0 | 0.40 | 217.5 | 0.14 | 0.54 |
| Hex | 7A | 86 | 9A | 15 | D | 0 | 28 | DA | E | 36 |
| Octal | 172 | 206 | 232 | 25 | 15 | 0 | 50 | 332 | 16 | 66 |
| Binary | 1111010 | 10000110 | 10011010 | 10101 | 1101 | 0 | 101000 | 11011010 | 1110 | 110110 |
Color Harmonies of #7A869A
Complementary color
Monochromatic Colors of #7A869A
Black with #7A869A
Text Example
Text Example
White with #7A869A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A869A; }
p { color: rgb(122,134,154); }
H1.HeaderClassName
{
color: #7A869A;
}
.AnyTagClassName
{
color: #7A869A;
}
</style>
background-color css
<style>
a { background-color: #7A869A; }
a { background-color: rgb(122,134,154); }
div.DivClassName
{
background-color: #7A869A;
}
.BgClassName
{
background-color: #7A869A;
}
</style>
border-color css
<style>
span { border-color: #7A869A; }
span { border-color: rgb(122,134,154); }
td.TdClassName
{
border-color: #7A869A;
}
.TagClassName
{
border-color: #7A869A;
}
</style>