Shades of Medium Slate Blue #7955EE
Tints of Medium Slate Blue #7955EE
RGB
CMYK
RGB Variations
Color information
#7955EE (or 0x7955EE) is known color: Medium Slate Blue. HEX triplet: 79, 55 and EE. RGB value is (121,85,238). Sum of RGB (Red+Green+Blue) = 121+85+238=444 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.25% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #7955EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7955EE is #86AA11. Grayscale: #707070. Windows color (decimal): -8825362 or 15619449. OLE color: 15619449.
HSL color Cylindrical-coordinate representation of color #7955EE: hue angle of 254.12º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7955EE is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 121 | 85 | 238 | - |
| CMYK | 0.49 | 0.64 | 0 | 0.07 |
| HSL | 254.12º | 0.82% | 0.63% | - |
| HSV(B) | 254.12º | 0.64% | 0.93% | - |
| XYZ | 26.57 | 16.73 | 82.72 | - |
| YUV | 113.21 | 198.43 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 85 | 238 | 0.49 | 0.64 | 0 | 0.07 | 254.12 | 0.82 | 0.63 |
| Hex | 79 | 55 | EE | 31 | 40 | 0 | 7 | FE | 52 | 3F |
| Octal | 171 | 125 | 356 | 61 | 100 | 0 | 7 | 376 | 122 | 77 |
| Binary | 1111001 | 1010101 | 11101110 | 110001 | 1000000 | 0 | 111 | 11111110 | 1010010 | 111111 |
Color Harmonies of #7955EE
Complementary color
Monochromatic Colors of #7955EE
Black with #7955EE
Text Example
Text Example
White with #7955EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7955EE; }
p { color: rgb(121,85,238); }
H1.HeaderClassName
{
color: #7955EE;
}
.AnyTagClassName
{
color: #7955EE;
}
</style>
background-color css
<style>
a { background-color: #7955EE; }
a { background-color: rgb(121,85,238); }
div.DivClassName
{
background-color: #7955EE;
}
.BgClassName
{
background-color: #7955EE;
}
</style>
border-color css
<style>
span { border-color: #7955EE; }
span { border-color: rgb(121,85,238); }
td.TdClassName
{
border-color: #7955EE;
}
.TagClassName
{
border-color: #7955EE;
}
</style>