Shades of Medium Slate Blue #7A6BED
Tints of Medium Slate Blue #7A6BED
RGB
CMYK
RGB Variations
Color information
#7A6BED (or 0x7A6BED) is known color: Medium Slate Blue. HEX triplet: 7A, 6B and ED. RGB value is (122,107,237). Sum of RGB (Red+Green+Blue) = 122+107+237=466 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.18% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #7A6BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A6BED is #859412. Grayscale: #7D7D7D. Windows color (decimal): -8754195 or 15559546. OLE color: 15559546.
HSL color Cylindrical-coordinate representation of color #7A6BED: hue angle of 246.92º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A6BED is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 107 | 237 | - |
| CMYK | 0.49 | 0.55 | 0 | 0.07 |
| HSL | 246.92º | 0.78% | 0.67% | - |
| HSV(B) | 246.92º | 0.55% | 0.93% | - |
| XYZ | 28.57 | 20.77 | 82.62 | - |
| YUV | 126.31 | 190.47 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 107 | 237 | 0.49 | 0.55 | 0 | 0.07 | 246.92 | 0.78 | 0.67 |
| Hex | 7A | 6B | ED | 31 | 37 | 0 | 7 | F7 | 4E | 43 |
| Octal | 172 | 153 | 355 | 61 | 67 | 0 | 7 | 367 | 116 | 103 |
| Binary | 1111010 | 1101011 | 11101101 | 110001 | 110111 | 0 | 111 | 11110111 | 1001110 | 1000011 |
Color Harmonies of #7A6BED
Complementary color
Monochromatic Colors of #7A6BED
Black with #7A6BED
Text Example
Text Example
White with #7A6BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6BED; }
p { color: rgb(122,107,237); }
H1.HeaderClassName
{
color: #7A6BED;
}
.AnyTagClassName
{
color: #7A6BED;
}
</style>
background-color css
<style>
a { background-color: #7A6BED; }
a { background-color: rgb(122,107,237); }
div.DivClassName
{
background-color: #7A6BED;
}
.BgClassName
{
background-color: #7A6BED;
}
</style>
border-color css
<style>
span { border-color: #7A6BED; }
span { border-color: rgb(122,107,237); }
td.TdClassName
{
border-color: #7A6BED;
}
.TagClassName
{
border-color: #7A6BED;
}
</style>