Shades of Medium Slate Blue #7D73EE
Tints of Medium Slate Blue #7D73EE
RGB
CMYK
RGB Variations
Color information
#7D73EE (or 0x7D73EE) is known color: Medium Slate Blue. HEX triplet: 7D, 73 and EE. RGB value is (125,115,238). Sum of RGB (Red+Green+Blue) = 125+115+238=478 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.15% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #7D73EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D73EE is #828C11. Grayscale: #838383. Windows color (decimal): -8555538 or 15627133. OLE color: 15627133.
HSL color Cylindrical-coordinate representation of color #7D73EE: hue angle of 244.88º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7D73EE is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 115 | 238 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.07 |
| HSL | 244.88º | 0.78% | 0.69% | - |
| HSV(B) | 244.88º | 0.52% | 0.93% | - |
| XYZ | 30.02 | 22.79 | 83.71 | - |
| YUV | 132.01 | 187.81 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 115 | 238 | 0.47 | 0.52 | 0 | 0.07 | 244.88 | 0.78 | 0.69 |
| Hex | 7D | 73 | EE | 2F | 34 | 0 | 7 | F5 | 4E | 45 |
| Octal | 175 | 163 | 356 | 57 | 64 | 0 | 7 | 365 | 116 | 105 |
| Binary | 1111101 | 1110011 | 11101110 | 101111 | 110100 | 0 | 111 | 11110101 | 1001110 | 1000101 |
Color Harmonies of #7D73EE
Complementary color
Monochromatic Colors of #7D73EE
Black with #7D73EE
Text Example
Text Example
White with #7D73EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D73EE; }
p { color: rgb(125,115,238); }
H1.HeaderClassName
{
color: #7D73EE;
}
.AnyTagClassName
{
color: #7D73EE;
}
</style>
background-color css
<style>
a { background-color: #7D73EE; }
a { background-color: rgb(125,115,238); }
div.DivClassName
{
background-color: #7D73EE;
}
.BgClassName
{
background-color: #7D73EE;
}
</style>
border-color css
<style>
span { border-color: #7D73EE; }
span { border-color: rgb(125,115,238); }
td.TdClassName
{
border-color: #7D73EE;
}
.TagClassName
{
border-color: #7D73EE;
}
</style>