Shades of Medium Slate Blue #7A6BEE
Tints of Medium Slate Blue #7A6BEE
RGB
CMYK
RGB Variations
Color information
#7A6BEE (or 0x7A6BEE) is known color: Medium Slate Blue. HEX triplet: 7A, 6B and EE. RGB value is (122,107,238). Sum of RGB (Red+Green+Blue) = 122+107+238=467 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.12% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #7A6BEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A6BEE is #859411. Grayscale: #7D7D7D. Windows color (decimal): -8754194 or 15625082. OLE color: 15625082.
HSL color Cylindrical-coordinate representation of color #7A6BEE: hue angle of 246.87º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A6BEE is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 107 | 238 | - |
| CMYK | 0.49 | 0.55 | 0 | 0.07 |
| HSL | 246.87º | 0.79% | 0.68% | - |
| HSV(B) | 246.87º | 0.55% | 0.93% | - |
| XYZ | 28.72 | 20.83 | 83.4 | - |
| YUV | 126.42 | 190.97 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 107 | 238 | 0.49 | 0.55 | 0 | 0.07 | 246.87 | 0.79 | 0.68 |
| Hex | 7A | 6B | EE | 31 | 37 | 0 | 7 | F7 | 4F | 44 |
| Octal | 172 | 153 | 356 | 61 | 67 | 0 | 7 | 367 | 117 | 104 |
| Binary | 1111010 | 1101011 | 11101110 | 110001 | 110111 | 0 | 111 | 11110111 | 1001111 | 1000100 |
Color Harmonies of #7A6BEE
Complementary color
Monochromatic Colors of #7A6BEE
Black with #7A6BEE
Text Example
Text Example
White with #7A6BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6BEE; }
p { color: rgb(122,107,238); }
H1.HeaderClassName
{
color: #7A6BEE;
}
.AnyTagClassName
{
color: #7A6BEE;
}
</style>
background-color css
<style>
a { background-color: #7A6BEE; }
a { background-color: rgb(122,107,238); }
div.DivClassName
{
background-color: #7A6BEE;
}
.BgClassName
{
background-color: #7A6BEE;
}
</style>
border-color css
<style>
span { border-color: #7A6BEE; }
span { border-color: rgb(122,107,238); }
td.TdClassName
{
border-color: #7A6BEE;
}
.TagClassName
{
border-color: #7A6BEE;
}
</style>