Shades of Medium Slate Blue #7D4BEB
Tints of Medium Slate Blue #7D4BEB
RGB
CMYK
RGB Variations
Color information
#7D4BEB (or 0x7D4BEB) is known color: Medium Slate Blue. HEX triplet: 7D, 4B and EB. RGB value is (125,75,235). Sum of RGB (Red+Green+Blue) = 125+75+235=435 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.74% from 435); Green value is 75 (29.69% from 255 or 17.24% from 435); Blue value is 235 (92.19% from 255 or 54.02% from 435); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D4BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D4BEB is #82B414. Grayscale: #6B6B6B. Windows color (decimal): -8565781 or 15420285. OLE color: 15420285.
HSL color Cylindrical-coordinate representation of color #7D4BEB: hue angle of 258.75º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D4BEB is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 75 | 235 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.08 |
| HSL | 258.75º | 0.8% | 0.61% | - |
| HSV(B) | 258.75º | 0.68% | 0.92% | - |
| XYZ | 25.97 | 15.39 | 80.2 | - |
| YUV | 108.19 | 199.57 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 75 | 235 | 0.47 | 0.68 | 0 | 0.08 | 258.75 | 0.8 | 0.61 |
| Hex | 7D | 4B | EB | 2F | 44 | 0 | 8 | 103 | 50 | 3D |
| Octal | 175 | 113 | 353 | 57 | 104 | 0 | 10 | 403 | 120 | 75 |
| Binary | 1111101 | 1001011 | 11101011 | 101111 | 1000100 | 0 | 1000 | 100000011 | 1010000 | 111101 |
Color Harmonies of #7D4BEB
Complementary color
Monochromatic Colors of #7D4BEB
Black with #7D4BEB
Text Example
Text Example
White with #7D4BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4BEB; }
p { color: rgb(125,75,235); }
H1.HeaderClassName
{
color: #7D4BEB;
}
.AnyTagClassName
{
color: #7D4BEB;
}
</style>
background-color css
<style>
a { background-color: #7D4BEB; }
a { background-color: rgb(125,75,235); }
div.DivClassName
{
background-color: #7D4BEB;
}
.BgClassName
{
background-color: #7D4BEB;
}
</style>
border-color css
<style>
span { border-color: #7D4BEB; }
span { border-color: rgb(125,75,235); }
td.TdClassName
{
border-color: #7D4BEB;
}
.TagClassName
{
border-color: #7D4BEB;
}
</style>