Shades of Medium Slate Blue #7A6FE8
Tints of Medium Slate Blue #7A6FE8
RGB
CMYK
RGB Variations
Color information
#7A6FE8 (or 0x7A6FE8) is known color: Medium Slate Blue. HEX triplet: 7A, 6F and E8. RGB value is (122,111,232). Sum of RGB (Red+Green+Blue) = 122+111+232=465 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.24% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 232 (91.02% from 255 or 49.89% from 465); Max value from RGB is 232 - color contains mainly: blue. Hex color #7A6FE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A6FE8 is #859017. Grayscale: #7F7F7F. Windows color (decimal): -8753176 or 15232890. OLE color: 15232890.
HSL color Cylindrical-coordinate representation of color #7A6FE8: hue angle of 245.45º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A6FE8 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 122 | 111 | 232 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.09 |
| HSL | 245.45º | 0.72% | 0.67% | - |
| HSV(B) | 245.45º | 0.52% | 0.91% | - |
| XYZ | 28.28 | 21.33 | 78.97 | - |
| YUV | 128.08 | 186.64 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 111 | 232 | 0.47 | 0.52 | 0 | 0.09 | 245.45 | 0.72 | 0.67 |
| Hex | 7A | 6F | E8 | 2F | 34 | 0 | 9 | F5 | 48 | 43 |
| Octal | 172 | 157 | 350 | 57 | 64 | 0 | 11 | 365 | 110 | 103 |
| Binary | 1111010 | 1101111 | 11101000 | 101111 | 110100 | 0 | 1001 | 11110101 | 1001000 | 1000011 |
Color Harmonies of #7A6FE8
Complementary color
Monochromatic Colors of #7A6FE8
Black with #7A6FE8
Text Example
Text Example
White with #7A6FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6FE8; }
p { color: rgb(122,111,232); }
H1.HeaderClassName
{
color: #7A6FE8;
}
.AnyTagClassName
{
color: #7A6FE8;
}
</style>
background-color css
<style>
a { background-color: #7A6FE8; }
a { background-color: rgb(122,111,232); }
div.DivClassName
{
background-color: #7A6FE8;
}
.BgClassName
{
background-color: #7A6FE8;
}
</style>
border-color css
<style>
span { border-color: #7A6FE8; }
span { border-color: rgb(122,111,232); }
td.TdClassName
{
border-color: #7A6FE8;
}
.TagClassName
{
border-color: #7A6FE8;
}
</style>