Shades of Medium Slate Blue #7E5EFB
Tints of Medium Slate Blue #7E5EFB
RGB
CMYK
RGB Variations
Color information
#7E5EFB (or 0x7E5EFB) is known color: Medium Slate Blue. HEX triplet: 7E, 5E and FB. RGB value is (126,94,251). Sum of RGB (Red+Green+Blue) = 126+94+251=471 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.75% from 471); Green value is 94 (37.11% from 255 or 19.96% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #7E5EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E5EFB is #81A104. Grayscale: #787878. Windows color (decimal): -8495365 or 16473726. OLE color: 16473726.
HSL color Cylindrical-coordinate representation of color #7E5EFB: hue angle of 252.23º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7E5EFB is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 94 | 251 | - |
| CMYK | 0.50 | 0.63 | 0 | 0.02 |
| HSL | 252.23º | 0.95% | 0.68% | - |
| HSV(B) | 252.23º | 0.63% | 0.98% | - |
| XYZ | 30.02 | 19.41 | 93.43 | - |
| YUV | 121.47 | 201.1 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 94 | 251 | 0.50 | 0.63 | 0 | 0.02 | 252.23 | 0.95 | 0.68 |
| Hex | 7E | 5E | FB | 32 | 3F | 0 | 2 | FC | 5F | 44 |
| Octal | 176 | 136 | 373 | 62 | 77 | 0 | 2 | 374 | 137 | 104 |
| Binary | 1111110 | 1011110 | 11111011 | 110010 | 111111 | 0 | 10 | 11111100 | 1011111 | 1000100 |
Color Harmonies of #7E5EFB
Complementary color
Monochromatic Colors of #7E5EFB
Black with #7E5EFB
Text Example
Text Example
White with #7E5EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5EFB; }
p { color: rgb(126,94,251); }
H1.HeaderClassName
{
color: #7E5EFB;
}
.AnyTagClassName
{
color: #7E5EFB;
}
</style>
background-color css
<style>
a { background-color: #7E5EFB; }
a { background-color: rgb(126,94,251); }
div.DivClassName
{
background-color: #7E5EFB;
}
.BgClassName
{
background-color: #7E5EFB;
}
</style>
border-color css
<style>
span { border-color: #7E5EFB; }
span { border-color: rgb(126,94,251); }
td.TdClassName
{
border-color: #7E5EFB;
}
.TagClassName
{
border-color: #7E5EFB;
}
</style>