Shades of Medium Slate Blue #7D4BEA
Tints of Medium Slate Blue #7D4BEA
RGB
CMYK
RGB Variations
Color information
#7D4BEA (or 0x7D4BEA) is known color: Medium Slate Blue. HEX triplet: 7D, 4B and EA. RGB value is (125,75,234). Sum of RGB (Red+Green+Blue) = 125+75+234=434 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.80% from 434); Green value is 75 (29.69% from 255 or 17.28% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #7D4BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D4BEA is #82B415. Grayscale: #6B6B6B. Windows color (decimal): -8565782 or 15354749. OLE color: 15354749.
HSL color Cylindrical-coordinate representation of color #7D4BEA: hue angle of 258.87º degrees, saturation: 0.79, 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 #7D4BEA is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 75 | 234 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.08 |
| HSL | 258.87º | 0.79% | 0.61% | - |
| HSV(B) | 258.87º | 0.68% | 0.92% | - |
| XYZ | 25.82 | 15.33 | 79.44 | - |
| YUV | 108.08 | 199.07 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 75 | 234 | 0.47 | 0.68 | 0 | 0.08 | 258.87 | 0.79 | 0.61 |
| Hex | 7D | 4B | EA | 2F | 44 | 0 | 8 | 103 | 4F | 3D |
| Octal | 175 | 113 | 352 | 57 | 104 | 0 | 10 | 403 | 117 | 75 |
| Binary | 1111101 | 1001011 | 11101010 | 101111 | 1000100 | 0 | 1000 | 100000011 | 1001111 | 111101 |
Color Harmonies of #7D4BEA
Complementary color
Monochromatic Colors of #7D4BEA
Black with #7D4BEA
Text Example
Text Example
White with #7D4BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4BEA; }
p { color: rgb(125,75,234); }
H1.HeaderClassName
{
color: #7D4BEA;
}
.AnyTagClassName
{
color: #7D4BEA;
}
</style>
background-color css
<style>
a { background-color: #7D4BEA; }
a { background-color: rgb(125,75,234); }
div.DivClassName
{
background-color: #7D4BEA;
}
.BgClassName
{
background-color: #7D4BEA;
}
</style>
border-color css
<style>
span { border-color: #7D4BEA; }
span { border-color: rgb(125,75,234); }
td.TdClassName
{
border-color: #7D4BEA;
}
.TagClassName
{
border-color: #7D4BEA;
}
</style>