Shades of Medium Slate Blue #7A4BEE
Tints of Medium Slate Blue #7A4BEE
RGB
CMYK
RGB Variations
Color information
#7A4BEE (or 0x7A4BEE) is known color: Medium Slate Blue. HEX triplet: 7A, 4B and EE. RGB value is (122,75,238). Sum of RGB (Red+Green+Blue) = 122+75+238=435 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.05% from 435); Green value is 75 (29.69% from 255 or 17.24% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #7A4BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A4BEE is #85B411. Grayscale: #6B6B6B. Windows color (decimal): -8762386 or 15616890. OLE color: 15616890.
HSL color Cylindrical-coordinate representation of color #7A4BEE: hue angle of 257.3º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7A4BEE is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 75 | 238 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.07 |
| HSL | 257.3º | 0.83% | 0.61% | - |
| HSV(B) | 257.3º | 0.68% | 0.93% | - |
| XYZ | 25.97 | 15.34 | 82.48 | - |
| YUV | 107.64 | 201.57 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 75 | 238 | 0.49 | 0.68 | 0 | 0.07 | 257.3 | 0.83 | 0.61 |
| Hex | 7A | 4B | EE | 31 | 44 | 0 | 7 | 101 | 53 | 3D |
| Octal | 172 | 113 | 356 | 61 | 104 | 0 | 7 | 401 | 123 | 75 |
| Binary | 1111010 | 1001011 | 11101110 | 110001 | 1000100 | 0 | 111 | 100000001 | 1010011 | 111101 |
Color Harmonies of #7A4BEE
Complementary color
Monochromatic Colors of #7A4BEE
Black with #7A4BEE
Text Example
Text Example
White with #7A4BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4BEE; }
p { color: rgb(122,75,238); }
H1.HeaderClassName
{
color: #7A4BEE;
}
.AnyTagClassName
{
color: #7A4BEE;
}
</style>
background-color css
<style>
a { background-color: #7A4BEE; }
a { background-color: rgb(122,75,238); }
div.DivClassName
{
background-color: #7A4BEE;
}
.BgClassName
{
background-color: #7A4BEE;
}
</style>
border-color css
<style>
span { border-color: #7A4BEE; }
span { border-color: rgb(122,75,238); }
td.TdClassName
{
border-color: #7A4BEE;
}
.TagClassName
{
border-color: #7A4BEE;
}
</style>