Shades of Medium Slate Blue #7B4EE7
Tints of Medium Slate Blue #7B4EE7
RGB
CMYK
RGB Variations
Color information
#7B4EE7 (or 0x7B4EE7) is known color: Medium Slate Blue. HEX triplet: 7B, 4E and E7. RGB value is (123,78,231). Sum of RGB (Red+Green+Blue) = 123+78+231=432 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.47% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 231 (90.62% from 255 or 53.47% from 432); Max value from RGB is 231 - color contains mainly: blue. Hex color #7B4EE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B4EE7 is #84B118. Grayscale: #6C6C6C. Windows color (decimal): -8696089 or 15158907. OLE color: 15158907.
HSL color Cylindrical-coordinate representation of color #7B4EE7: hue angle of 257.65º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7B4EE7 is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 123 | 78 | 231 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.09 |
| HSL | 257.65º | 0.76% | 0.61% | - |
| HSV(B) | 257.65º | 0.66% | 0.91% | - |
| XYZ | 25.32 | 15.43 | 77.25 | - |
| YUV | 108.9 | 196.91 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 78 | 231 | 0.47 | 0.66 | 0 | 0.09 | 257.65 | 0.76 | 0.61 |
| Hex | 7B | 4E | E7 | 2F | 42 | 0 | 9 | 102 | 4C | 3D |
| Octal | 173 | 116 | 347 | 57 | 102 | 0 | 11 | 402 | 114 | 75 |
| Binary | 1111011 | 1001110 | 11100111 | 101111 | 1000010 | 0 | 1001 | 100000010 | 1001100 | 111101 |
Color Harmonies of #7B4EE7
Complementary color
Monochromatic Colors of #7B4EE7
Black with #7B4EE7
Text Example
Text Example
White with #7B4EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4EE7; }
p { color: rgb(123,78,231); }
H1.HeaderClassName
{
color: #7B4EE7;
}
.AnyTagClassName
{
color: #7B4EE7;
}
</style>
background-color css
<style>
a { background-color: #7B4EE7; }
a { background-color: rgb(123,78,231); }
div.DivClassName
{
background-color: #7B4EE7;
}
.BgClassName
{
background-color: #7B4EE7;
}
</style>
border-color css
<style>
span { border-color: #7B4EE7; }
span { border-color: rgb(123,78,231); }
td.TdClassName
{
border-color: #7B4EE7;
}
.TagClassName
{
border-color: #7B4EE7;
}
</style>