Shades of Medium Slate Blue #7956EA
Tints of Medium Slate Blue #7956EA
RGB
CMYK
RGB Variations
Color information
#7956EA (or 0x7956EA) is known color: Medium Slate Blue. HEX triplet: 79, 56 and EA. RGB value is (121,86,234). Sum of RGB (Red+Green+Blue) = 121+86+234=441 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.44% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #7956EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7956EA is #86A915. Grayscale: #707070. Windows color (decimal): -8825110 or 15357561. OLE color: 15357561.
HSL color Cylindrical-coordinate representation of color #7956EA: hue angle of 254.19º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7956EA is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 121 | 86 | 234 | - |
| CMYK | 0.48 | 0.63 | 0 | 0.08 |
| HSL | 254.19º | 0.78% | 0.63% | - |
| HSV(B) | 254.19º | 0.63% | 0.92% | - |
| XYZ | 26.06 | 16.66 | 79.68 | - |
| YUV | 113.34 | 196.1 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 86 | 234 | 0.48 | 0.63 | 0 | 0.08 | 254.19 | 0.78 | 0.63 |
| Hex | 79 | 56 | EA | 30 | 3F | 0 | 8 | FE | 4E | 3F |
| Octal | 171 | 126 | 352 | 60 | 77 | 0 | 10 | 376 | 116 | 77 |
| Binary | 1111001 | 1010110 | 11101010 | 110000 | 111111 | 0 | 1000 | 11111110 | 1001110 | 111111 |
Color Harmonies of #7956EA
Complementary color
Monochromatic Colors of #7956EA
Black with #7956EA
Text Example
Text Example
White with #7956EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7956EA; }
p { color: rgb(121,86,234); }
H1.HeaderClassName
{
color: #7956EA;
}
.AnyTagClassName
{
color: #7956EA;
}
</style>
background-color css
<style>
a { background-color: #7956EA; }
a { background-color: rgb(121,86,234); }
div.DivClassName
{
background-color: #7956EA;
}
.BgClassName
{
background-color: #7956EA;
}
</style>
border-color css
<style>
span { border-color: #7956EA; }
span { border-color: rgb(121,86,234); }
td.TdClassName
{
border-color: #7956EA;
}
.TagClassName
{
border-color: #7956EA;
}
</style>