Shades of Medium Slate Blue #7D76EB
Tints of Medium Slate Blue #7D76EB
RGB
CMYK
RGB Variations
Color information
#7D76EB (or 0x7D76EB) is known color: Medium Slate Blue. HEX triplet: 7D, 76 and EB. RGB value is (125,118,235). Sum of RGB (Red+Green+Blue) = 125+118+235=478 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.15% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D76EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D76EB is #828914. Grayscale: #848484. Windows color (decimal): -8554773 or 15431293. OLE color: 15431293.
HSL color Cylindrical-coordinate representation of color #7D76EB: hue angle of 243.59º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D76EB is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 118 | 235 | - |
| CMYK | 0.47 | 0.50 | 0 | 0.08 |
| HSL | 243.59º | 0.75% | 0.69% | - |
| HSV(B) | 243.59º | 0.5% | 0.92% | - |
| XYZ | 29.93 | 23.32 | 81.52 | - |
| YUV | 133.43 | 185.32 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 118 | 235 | 0.47 | 0.50 | 0 | 0.08 | 243.59 | 0.75 | 0.69 |
| Hex | 7D | 76 | EB | 2F | 32 | 0 | 8 | F4 | 4B | 45 |
| Octal | 175 | 166 | 353 | 57 | 62 | 0 | 10 | 364 | 113 | 105 |
| Binary | 1111101 | 1110110 | 11101011 | 101111 | 110010 | 0 | 1000 | 11110100 | 1001011 | 1000101 |
Color Harmonies of #7D76EB
Complementary color
Monochromatic Colors of #7D76EB
Black with #7D76EB
Text Example
Text Example
White with #7D76EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D76EB; }
p { color: rgb(125,118,235); }
H1.HeaderClassName
{
color: #7D76EB;
}
.AnyTagClassName
{
color: #7D76EB;
}
</style>
background-color css
<style>
a { background-color: #7D76EB; }
a { background-color: rgb(125,118,235); }
div.DivClassName
{
background-color: #7D76EB;
}
.BgClassName
{
background-color: #7D76EB;
}
</style>
border-color css
<style>
span { border-color: #7D76EB; }
span { border-color: rgb(125,118,235); }
td.TdClassName
{
border-color: #7D76EB;
}
.TagClassName
{
border-color: #7D76EB;
}
</style>