Shades of Medium Slate Blue #7E4BFD
Tints of Medium Slate Blue #7E4BFD
RGB
CMYK
RGB Variations
Color information
#7E4BFD (or 0x7E4BFD) is known color: Medium Slate Blue. HEX triplet: 7E, 4B and FD. RGB value is (126,75,253). Sum of RGB (Red+Green+Blue) = 126+75+253=454 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.75% from 454); Green value is 75 (29.69% from 255 or 16.52% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #7E4BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E4BFD is #81B402. Grayscale: #6D6D6D. Windows color (decimal): -8500227 or 16599934. OLE color: 16599934.
HSL color Cylindrical-coordinate representation of color #7E4BFD: hue angle of 257.19º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7E4BFD is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 75 | 253 | - |
| CMYK | 0.50 | 0.70 | 0 | 0.01 |
| HSL | 257.19º | 0.98% | 0.64% | - |
| HSV(B) | 257.19º | 0.7% | 0.99% | - |
| XYZ | 28.85 | 16.56 | 94.6 | - |
| YUV | 110.54 | 208.4 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 75 | 253 | 0.50 | 0.70 | 0 | 0.01 | 257.19 | 0.98 | 0.64 |
| Hex | 7E | 4B | FD | 32 | 46 | 0 | 1 | 101 | 62 | 40 |
| Octal | 176 | 113 | 375 | 62 | 106 | 0 | 1 | 401 | 142 | 100 |
| Binary | 1111110 | 1001011 | 11111101 | 110010 | 1000110 | 0 | 1 | 100000001 | 1100010 | 1000000 |
Color Harmonies of #7E4BFD
Complementary color
Monochromatic Colors of #7E4BFD
Black with #7E4BFD
Text Example
Text Example
White with #7E4BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4BFD; }
p { color: rgb(126,75,253); }
H1.HeaderClassName
{
color: #7E4BFD;
}
.AnyTagClassName
{
color: #7E4BFD;
}
</style>
background-color css
<style>
a { background-color: #7E4BFD; }
a { background-color: rgb(126,75,253); }
div.DivClassName
{
background-color: #7E4BFD;
}
.BgClassName
{
background-color: #7E4BFD;
}
</style>
border-color css
<style>
span { border-color: #7E4BFD; }
span { border-color: rgb(126,75,253); }
td.TdClassName
{
border-color: #7E4BFD;
}
.TagClassName
{
border-color: #7E4BFD;
}
</style>