Shades of Medium Slate Blue #7978EA
Tints of Medium Slate Blue #7978EA
RGB
CMYK
RGB Variations
Color information
#7978EA (or 0x7978EA) is known color: Medium Slate Blue. HEX triplet: 79, 78 and EA. RGB value is (121,120,234). Sum of RGB (Red+Green+Blue) = 121+120+234=475 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.47% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #7978EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7978EA is #868715. Grayscale: #848484. Windows color (decimal): -8816406 or 15366265. OLE color: 15366265.
HSL color Cylindrical-coordinate representation of color #7978EA: hue angle of 240.53º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7978EA is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 121 | 120 | 234 | - |
| CMYK | 0.48 | 0.49 | 0 | 0.08 |
| HSL | 240.53º | 0.73% | 0.69% | - |
| HSV(B) | 240.53º | 0.49% | 0.92% | - |
| XYZ | 29.45 | 23.44 | 80.81 | - |
| YUV | 133.3 | 184.83 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 120 | 234 | 0.48 | 0.49 | 0 | 0.08 | 240.53 | 0.73 | 0.69 |
| Hex | 79 | 78 | EA | 30 | 31 | 0 | 8 | F1 | 49 | 45 |
| Octal | 171 | 170 | 352 | 60 | 61 | 0 | 10 | 361 | 111 | 105 |
| Binary | 1111001 | 1111000 | 11101010 | 110000 | 110001 | 0 | 1000 | 11110001 | 1001001 | 1000101 |
Color Harmonies of #7978EA
Complementary color
Monochromatic Colors of #7978EA
Black with #7978EA
Text Example
Text Example
White with #7978EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7978EA; }
p { color: rgb(121,120,234); }
H1.HeaderClassName
{
color: #7978EA;
}
.AnyTagClassName
{
color: #7978EA;
}
</style>
background-color css
<style>
a { background-color: #7978EA; }
a { background-color: rgb(121,120,234); }
div.DivClassName
{
background-color: #7978EA;
}
.BgClassName
{
background-color: #7978EA;
}
</style>
border-color css
<style>
span { border-color: #7978EA; }
span { border-color: rgb(121,120,234); }
td.TdClassName
{
border-color: #7978EA;
}
.TagClassName
{
border-color: #7978EA;
}
</style>