Shades of Medium Slate Blue #7D6EEB
Tints of Medium Slate Blue #7D6EEB
RGB
CMYK
RGB Variations
Color information
#7D6EEB (or 0x7D6EEB) is known color: Medium Slate Blue. HEX triplet: 7D, 6E and EB. RGB value is (125,110,235). Sum of RGB (Red+Green+Blue) = 125+110+235=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 110 (43.36% from 255 or 23.40% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D6EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D6EEB is #829114. Grayscale: #808080. Windows color (decimal): -8556821 or 15429245. OLE color: 15429245.
HSL color Cylindrical-coordinate representation of color #7D6EEB: hue angle of 247.2º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7D6EEB is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 110 | 235 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.08 |
| HSL | 247.2º | 0.76% | 0.68% | - |
| HSV(B) | 247.2º | 0.53% | 0.92% | - |
| XYZ | 29.03 | 21.51 | 81.22 | - |
| YUV | 128.74 | 187.97 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 110 | 235 | 0.47 | 0.53 | 0 | 0.08 | 247.2 | 0.76 | 0.68 |
| Hex | 7D | 6E | EB | 2F | 35 | 0 | 8 | F7 | 4C | 44 |
| Octal | 175 | 156 | 353 | 57 | 65 | 0 | 10 | 367 | 114 | 104 |
| Binary | 1111101 | 1101110 | 11101011 | 101111 | 110101 | 0 | 1000 | 11110111 | 1001100 | 1000100 |
Color Harmonies of #7D6EEB
Complementary color
Monochromatic Colors of #7D6EEB
Black with #7D6EEB
Text Example
Text Example
White with #7D6EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6EEB; }
p { color: rgb(125,110,235); }
H1.HeaderClassName
{
color: #7D6EEB;
}
.AnyTagClassName
{
color: #7D6EEB;
}
</style>
background-color css
<style>
a { background-color: #7D6EEB; }
a { background-color: rgb(125,110,235); }
div.DivClassName
{
background-color: #7D6EEB;
}
.BgClassName
{
background-color: #7D6EEB;
}
</style>
border-color css
<style>
span { border-color: #7D6EEB; }
span { border-color: rgb(125,110,235); }
td.TdClassName
{
border-color: #7D6EEB;
}
.TagClassName
{
border-color: #7D6EEB;
}
</style>