Shades of Medium Slate Blue #7D5BEB
Tints of Medium Slate Blue #7D5BEB
RGB
CMYK
RGB Variations
Color information
#7D5BEB (or 0x7D5BEB) is known color: Medium Slate Blue. HEX triplet: 7D, 5B and EB. RGB value is (125,91,235). Sum of RGB (Red+Green+Blue) = 125+91+235=451 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.72% from 451); Green value is 91 (35.94% from 255 or 20.18% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D5BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D5BEB is #82A414. Grayscale: #757575. Windows color (decimal): -8561685 or 15424381. OLE color: 15424381.
HSL color Cylindrical-coordinate representation of color #7D5BEB: hue angle of 254.17º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D5BEB is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 91 | 235 | - |
| CMYK | 0.47 | 0.61 | 0 | 0.08 |
| HSL | 254.17º | 0.78% | 0.64% | - |
| HSV(B) | 254.17º | 0.61% | 0.92% | - |
| XYZ | 27.19 | 17.84 | 80.61 | - |
| YUV | 117.58 | 194.26 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 91 | 235 | 0.47 | 0.61 | 0 | 0.08 | 254.17 | 0.78 | 0.64 |
| Hex | 7D | 5B | EB | 2F | 3D | 0 | 8 | FE | 4E | 40 |
| Octal | 175 | 133 | 353 | 57 | 75 | 0 | 10 | 376 | 116 | 100 |
| Binary | 1111101 | 1011011 | 11101011 | 101111 | 111101 | 0 | 1000 | 11111110 | 1001110 | 1000000 |
Color Harmonies of #7D5BEB
Complementary color
Monochromatic Colors of #7D5BEB
Black with #7D5BEB
Text Example
Text Example
White with #7D5BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5BEB; }
p { color: rgb(125,91,235); }
H1.HeaderClassName
{
color: #7D5BEB;
}
.AnyTagClassName
{
color: #7D5BEB;
}
</style>
background-color css
<style>
a { background-color: #7D5BEB; }
a { background-color: rgb(125,91,235); }
div.DivClassName
{
background-color: #7D5BEB;
}
.BgClassName
{
background-color: #7D5BEB;
}
</style>
border-color css
<style>
span { border-color: #7D5BEB; }
span { border-color: rgb(125,91,235); }
td.TdClassName
{
border-color: #7D5BEB;
}
.TagClassName
{
border-color: #7D5BEB;
}
</style>