Shades of Medium Slate Blue #7D74EE
Tints of Medium Slate Blue #7D74EE
RGB
CMYK
RGB Variations
Color information
#7D74EE (or 0x7D74EE) is known color: Medium Slate Blue. HEX triplet: 7D, 74 and EE. RGB value is (125,116,238). Sum of RGB (Red+Green+Blue) = 125+116+238=479 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.10% from 479); Green value is 116 (45.70% from 255 or 24.22% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #7D74EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D74EE is #828B11. Grayscale: #848484. Windows color (decimal): -8555282 or 15627389. OLE color: 15627389.
HSL color Cylindrical-coordinate representation of color #7D74EE: hue angle of 244.43º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D74EE is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 116 | 238 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.07 |
| HSL | 244.43º | 0.78% | 0.69% | - |
| HSV(B) | 244.43º | 0.51% | 0.93% | - |
| XYZ | 30.14 | 23.02 | 83.74 | - |
| YUV | 132.6 | 187.48 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 116 | 238 | 0.47 | 0.51 | 0 | 0.07 | 244.43 | 0.78 | 0.69 |
| Hex | 7D | 74 | EE | 2F | 33 | 0 | 7 | F4 | 4E | 45 |
| Octal | 175 | 164 | 356 | 57 | 63 | 0 | 7 | 364 | 116 | 105 |
| Binary | 1111101 | 1110100 | 11101110 | 101111 | 110011 | 0 | 111 | 11110100 | 1001110 | 1000101 |
Color Harmonies of #7D74EE
Complementary color
Monochromatic Colors of #7D74EE
Black with #7D74EE
Text Example
Text Example
White with #7D74EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D74EE; }
p { color: rgb(125,116,238); }
H1.HeaderClassName
{
color: #7D74EE;
}
.AnyTagClassName
{
color: #7D74EE;
}
</style>
background-color css
<style>
a { background-color: #7D74EE; }
a { background-color: rgb(125,116,238); }
div.DivClassName
{
background-color: #7D74EE;
}
.BgClassName
{
background-color: #7D74EE;
}
</style>
border-color css
<style>
span { border-color: #7D74EE; }
span { border-color: rgb(125,116,238); }
td.TdClassName
{
border-color: #7D74EE;
}
.TagClassName
{
border-color: #7D74EE;
}
</style>