Shades of Medium Slate Blue #7D60E7
Tints of Medium Slate Blue #7D60E7
RGB
CMYK
RGB Variations
Color information
#7D60E7 (or 0x7D60E7) is known color: Medium Slate Blue. HEX triplet: 7D, 60 and E7. RGB value is (125,96,231). Sum of RGB (Red+Green+Blue) = 125+96+231=452 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.65% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 231 (90.62% from 255 or 51.11% from 452); Max value from RGB is 231 - color contains mainly: blue. Hex color #7D60E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D60E7 is #829F18. Grayscale: #777777. Windows color (decimal): -8560409 or 15163517. OLE color: 15163517.
HSL color Cylindrical-coordinate representation of color #7D60E7: hue angle of 252.89º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D60E7 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 125 | 96 | 231 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.09 |
| HSL | 252.89º | 0.74% | 0.64% | - |
| HSV(B) | 252.89º | 0.58% | 0.91% | - |
| XYZ | 27.06 | 18.5 | 77.74 | - |
| YUV | 120.06 | 190.61 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 96 | 231 | 0.46 | 0.58 | 0 | 0.09 | 252.89 | 0.74 | 0.64 |
| Hex | 7D | 60 | E7 | 2E | 3A | 0 | 9 | FD | 4A | 40 |
| Octal | 175 | 140 | 347 | 56 | 72 | 0 | 11 | 375 | 112 | 100 |
| Binary | 1111101 | 1100000 | 11100111 | 101110 | 111010 | 0 | 1001 | 11111101 | 1001010 | 1000000 |
Color Harmonies of #7D60E7
Complementary color
Monochromatic Colors of #7D60E7
Black with #7D60E7
Text Example
Text Example
White with #7D60E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D60E7; }
p { color: rgb(125,96,231); }
H1.HeaderClassName
{
color: #7D60E7;
}
.AnyTagClassName
{
color: #7D60E7;
}
</style>
background-color css
<style>
a { background-color: #7D60E7; }
a { background-color: rgb(125,96,231); }
div.DivClassName
{
background-color: #7D60E7;
}
.BgClassName
{
background-color: #7D60E7;
}
</style>
border-color css
<style>
span { border-color: #7D60E7; }
span { border-color: rgb(125,96,231); }
td.TdClassName
{
border-color: #7D60E7;
}
.TagClassName
{
border-color: #7D60E7;
}
</style>