Shades of Medium Slate Blue #7B7AED
Tints of Medium Slate Blue #7B7AED
RGB
CMYK
RGB Variations
Color information
#7B7AED (or 0x7B7AED) is known color: Medium Slate Blue. HEX triplet: 7B, 7A and ED. RGB value is (123,122,237). Sum of RGB (Red+Green+Blue) = 123+122+237=482 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.52% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #7B7AED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B7AED is #848512. Grayscale: #868686. Windows color (decimal): -8684819 or 15563387. OLE color: 15563387.
HSL color Cylindrical-coordinate representation of color #7B7AED: hue angle of 240.52º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B7AED is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 122 | 237 | - |
| CMYK | 0.48 | 0.49 | 0 | 0.07 |
| HSL | 240.52º | 0.76% | 0.7% | - |
| HSV(B) | 240.52º | 0.49% | 0.93% | - |
| XYZ | 30.41 | 24.24 | 83.2 | - |
| YUV | 135.41 | 185.33 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 122 | 237 | 0.48 | 0.49 | 0 | 0.07 | 240.52 | 0.76 | 0.7 |
| Hex | 7B | 7A | ED | 30 | 31 | 0 | 7 | F1 | 4C | 46 |
| Octal | 173 | 172 | 355 | 60 | 61 | 0 | 7 | 361 | 114 | 106 |
| Binary | 1111011 | 1111010 | 11101101 | 110000 | 110001 | 0 | 111 | 11110001 | 1001100 | 1000110 |
Color Harmonies of #7B7AED
Complementary color
Monochromatic Colors of #7B7AED
Black with #7B7AED
Text Example
Text Example
White with #7B7AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7AED; }
p { color: rgb(123,122,237); }
H1.HeaderClassName
{
color: #7B7AED;
}
.AnyTagClassName
{
color: #7B7AED;
}
</style>
background-color css
<style>
a { background-color: #7B7AED; }
a { background-color: rgb(123,122,237); }
div.DivClassName
{
background-color: #7B7AED;
}
.BgClassName
{
background-color: #7B7AED;
}
</style>
border-color css
<style>
span { border-color: #7B7AED; }
span { border-color: rgb(123,122,237); }
td.TdClassName
{
border-color: #7B7AED;
}
.TagClassName
{
border-color: #7B7AED;
}
</style>