Shades of Medium Slate Blue #7958EF
Tints of Medium Slate Blue #7958EF
RGB
CMYK
RGB Variations
Color information
#7958EF (or 0x7958EF) is known color: Medium Slate Blue. HEX triplet: 79, 58 and EF. RGB value is (121,88,239). Sum of RGB (Red+Green+Blue) = 121+88+239=448 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.01% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 239 (93.75% from 255 or 53.35% from 448); Max value from RGB is 239 - color contains mainly: blue. Hex color #7958EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7958EF is #86A710. Grayscale: #727272. Windows color (decimal): -8824593 or 15685753. OLE color: 15685753.
HSL color Cylindrical-coordinate representation of color #7958EF: hue angle of 253.11º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7958EF is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 121 | 88 | 239 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.06 |
| HSL | 253.11º | 0.83% | 0.64% | - |
| HSV(B) | 253.11º | 0.63% | 0.94% | - |
| XYZ | 26.95 | 17.28 | 83.58 | - |
| YUV | 115.08 | 197.93 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 88 | 239 | 0.49 | 0.63 | 0 | 0.06 | 253.11 | 0.83 | 0.64 |
| Hex | 79 | 58 | EF | 31 | 3F | 0 | 6 | FD | 53 | 40 |
| Octal | 171 | 130 | 357 | 61 | 77 | 0 | 6 | 375 | 123 | 100 |
| Binary | 1111001 | 1011000 | 11101111 | 110001 | 111111 | 0 | 110 | 11111101 | 1010011 | 1000000 |
Color Harmonies of #7958EF
Complementary color
Monochromatic Colors of #7958EF
Black with #7958EF
Text Example
Text Example
White with #7958EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7958EF; }
p { color: rgb(121,88,239); }
H1.HeaderClassName
{
color: #7958EF;
}
.AnyTagClassName
{
color: #7958EF;
}
</style>
background-color css
<style>
a { background-color: #7958EF; }
a { background-color: rgb(121,88,239); }
div.DivClassName
{
background-color: #7958EF;
}
.BgClassName
{
background-color: #7958EF;
}
</style>
border-color css
<style>
span { border-color: #7958EF; }
span { border-color: rgb(121,88,239); }
td.TdClassName
{
border-color: #7958EF;
}
.TagClassName
{
border-color: #7958EF;
}
</style>