Shades of Medium Slate Blue #7A6FEE
Tints of Medium Slate Blue #7A6FEE
RGB
CMYK
RGB Variations
Color information
#7A6FEE (or 0x7A6FEE) is known color: Medium Slate Blue. HEX triplet: 7A, 6F and EE. RGB value is (122,111,238). Sum of RGB (Red+Green+Blue) = 122+111+238=471 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.90% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #7A6FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A6FEE is #859011. Grayscale: #808080. Windows color (decimal): -8753170 or 15626106. OLE color: 15626106.
HSL color Cylindrical-coordinate representation of color #7A6FEE: hue angle of 245.2º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A6FEE is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 111 | 238 | - |
| CMYK | 0.49 | 0.53 | 0 | 0.07 |
| HSL | 245.2º | 0.79% | 0.68% | - |
| HSV(B) | 245.2º | 0.53% | 0.93% | - |
| XYZ | 29.14 | 21.68 | 83.54 | - |
| YUV | 128.77 | 189.64 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 111 | 238 | 0.49 | 0.53 | 0 | 0.07 | 245.2 | 0.79 | 0.68 |
| Hex | 7A | 6F | EE | 31 | 35 | 0 | 7 | F5 | 4F | 44 |
| Octal | 172 | 157 | 356 | 61 | 65 | 0 | 7 | 365 | 117 | 104 |
| Binary | 1111010 | 1101111 | 11101110 | 110001 | 110101 | 0 | 111 | 11110101 | 1001111 | 1000100 |
Color Harmonies of #7A6FEE
Complementary color
Monochromatic Colors of #7A6FEE
Black with #7A6FEE
Text Example
Text Example
White with #7A6FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6FEE; }
p { color: rgb(122,111,238); }
H1.HeaderClassName
{
color: #7A6FEE;
}
.AnyTagClassName
{
color: #7A6FEE;
}
</style>
background-color css
<style>
a { background-color: #7A6FEE; }
a { background-color: rgb(122,111,238); }
div.DivClassName
{
background-color: #7A6FEE;
}
.BgClassName
{
background-color: #7A6FEE;
}
</style>
border-color css
<style>
span { border-color: #7A6FEE; }
span { border-color: rgb(122,111,238); }
td.TdClassName
{
border-color: #7A6FEE;
}
.TagClassName
{
border-color: #7A6FEE;
}
</style>