Shades of Medium Slate Blue #7D75EF
Tints of Medium Slate Blue #7D75EF
RGB
CMYK
RGB Variations
Color information
#7D75EF (or 0x7D75EF) is known color: Medium Slate Blue. HEX triplet: 7D, 75 and EF. RGB value is (125,117,239). Sum of RGB (Red+Green+Blue) = 125+117+239=481 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.99% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #7D75EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D75EF is #828A10. Grayscale: #848484. Windows color (decimal): -8555025 or 15693181. OLE color: 15693181.
HSL color Cylindrical-coordinate representation of color #7D75EF: hue angle of 243.93º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D75EF is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 117 | 239 | - |
| CMYK | 0.48 | 0.51 | 0 | 0.06 |
| HSL | 243.93º | 0.79% | 0.7% | - |
| HSV(B) | 243.93º | 0.51% | 0.94% | - |
| XYZ | 30.4 | 23.31 | 84.56 | - |
| YUV | 133.3 | 187.65 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 117 | 239 | 0.48 | 0.51 | 0 | 0.06 | 243.93 | 0.79 | 0.7 |
| Hex | 7D | 75 | EF | 30 | 33 | 0 | 6 | F4 | 4F | 46 |
| Octal | 175 | 165 | 357 | 60 | 63 | 0 | 6 | 364 | 117 | 106 |
| Binary | 1111101 | 1110101 | 11101111 | 110000 | 110011 | 0 | 110 | 11110100 | 1001111 | 1000110 |
Color Harmonies of #7D75EF
Complementary color
Monochromatic Colors of #7D75EF
Black with #7D75EF
Text Example
Text Example
White with #7D75EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D75EF; }
p { color: rgb(125,117,239); }
H1.HeaderClassName
{
color: #7D75EF;
}
.AnyTagClassName
{
color: #7D75EF;
}
</style>
background-color css
<style>
a { background-color: #7D75EF; }
a { background-color: rgb(125,117,239); }
div.DivClassName
{
background-color: #7D75EF;
}
.BgClassName
{
background-color: #7D75EF;
}
</style>
border-color css
<style>
span { border-color: #7D75EF; }
span { border-color: rgb(125,117,239); }
td.TdClassName
{
border-color: #7D75EF;
}
.TagClassName
{
border-color: #7D75EF;
}
</style>