Shades of Medium Slate Blue #7955F1
Tints of Medium Slate Blue #7955F1
RGB
CMYK
RGB Variations
Color information
#7955F1 (or 0x7955F1) is known color: Medium Slate Blue. HEX triplet: 79, 55 and F1. RGB value is (121,85,241). Sum of RGB (Red+Green+Blue) = 121+85+241=447 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.07% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 241 (94.53% from 255 or 53.91% from 447); Max value from RGB is 241 - color contains mainly: blue. Hex color #7955F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7955F1 is #86AA0E. Grayscale: #707070. Windows color (decimal): -8825359 or 15816057. OLE color: 15816057.
HSL color Cylindrical-coordinate representation of color #7955F1: hue angle of 253.85º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7955F1 is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 121 | 85 | 241 | - |
| CMYK | 0.50 | 0.65 | 0 | 0.05 |
| HSL | 253.85º | 0.85% | 0.64% | - |
| HSV(B) | 253.85º | 0.65% | 0.95% | - |
| XYZ | 27.01 | 16.91 | 85.06 | - |
| YUV | 113.55 | 199.93 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 85 | 241 | 0.50 | 0.65 | 0 | 0.05 | 253.85 | 0.85 | 0.64 |
| Hex | 79 | 55 | F1 | 32 | 41 | 0 | 5 | FE | 55 | 40 |
| Octal | 171 | 125 | 361 | 62 | 101 | 0 | 5 | 376 | 125 | 100 |
| Binary | 1111001 | 1010101 | 11110001 | 110010 | 1000001 | 0 | 101 | 11111110 | 1010101 | 1000000 |
Color Harmonies of #7955F1
Complementary color
Monochromatic Colors of #7955F1
Black with #7955F1
Text Example
Text Example
White with #7955F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7955F1; }
p { color: rgb(121,85,241); }
H1.HeaderClassName
{
color: #7955F1;
}
.AnyTagClassName
{
color: #7955F1;
}
</style>
background-color css
<style>
a { background-color: #7955F1; }
a { background-color: rgb(121,85,241); }
div.DivClassName
{
background-color: #7955F1;
}
.BgClassName
{
background-color: #7955F1;
}
</style>
border-color css
<style>
span { border-color: #7955F1; }
span { border-color: rgb(121,85,241); }
td.TdClassName
{
border-color: #7955F1;
}
.TagClassName
{
border-color: #7955F1;
}
</style>