Shades of Medium Slate Blue #7D78EE
Tints of Medium Slate Blue #7D78EE
RGB
CMYK
RGB Variations
Color information
#7D78EE (or 0x7D78EE) is known color: Medium Slate Blue. HEX triplet: 7D, 78 and EE. RGB value is (125,120,238). Sum of RGB (Red+Green+Blue) = 125+120+238=483 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.88% from 483); Green value is 120 (47.27% from 255 or 24.84% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #7D78EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D78EE is #828711. Grayscale: #868686. Windows color (decimal): -8554258 or 15628413. OLE color: 15628413.
HSL color Cylindrical-coordinate representation of color #7D78EE: hue angle of 242.54º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D78EE is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 120 | 238 | - |
| CMYK | 0.47 | 0.50 | 0 | 0.07 |
| HSL | 242.54º | 0.78% | 0.7% | - |
| HSV(B) | 242.54º | 0.5% | 0.93% | - |
| XYZ | 30.61 | 23.97 | 83.9 | - |
| YUV | 134.95 | 186.16 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 120 | 238 | 0.47 | 0.50 | 0 | 0.07 | 242.54 | 0.78 | 0.7 |
| Hex | 7D | 78 | EE | 2F | 32 | 0 | 7 | F3 | 4E | 46 |
| Octal | 175 | 170 | 356 | 57 | 62 | 0 | 7 | 363 | 116 | 106 |
| Binary | 1111101 | 1111000 | 11101110 | 101111 | 110010 | 0 | 111 | 11110011 | 1001110 | 1000110 |
Color Harmonies of #7D78EE
Complementary color
Monochromatic Colors of #7D78EE
Black with #7D78EE
Text Example
Text Example
White with #7D78EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D78EE; }
p { color: rgb(125,120,238); }
H1.HeaderClassName
{
color: #7D78EE;
}
.AnyTagClassName
{
color: #7D78EE;
}
</style>
background-color css
<style>
a { background-color: #7D78EE; }
a { background-color: rgb(125,120,238); }
div.DivClassName
{
background-color: #7D78EE;
}
.BgClassName
{
background-color: #7D78EE;
}
</style>
border-color css
<style>
span { border-color: #7D78EE; }
span { border-color: rgb(125,120,238); }
td.TdClassName
{
border-color: #7D78EE;
}
.TagClassName
{
border-color: #7D78EE;
}
</style>