Shades of Medium Slate Blue #7968E5
Tints of Medium Slate Blue #7968E5
RGB
CMYK
RGB Variations
Color information
#7968E5 (or 0x7968E5) is known color: Medium Slate Blue. HEX triplet: 79, 68 and E5. RGB value is (121,104,229). Sum of RGB (Red+Green+Blue) = 121+104+229=454 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.65% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 229 (89.84% from 255 or 50.44% from 454); Max value from RGB is 229 - color contains mainly: blue. Hex color #7968E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7968E5 is #86971A. Grayscale: #7A7A7A. Windows color (decimal): -8820507 or 15034489. OLE color: 15034489.
HSL color Cylindrical-coordinate representation of color #7968E5: hue angle of 248.16º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7968E5 is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 121 | 104 | 229 | - |
| CMYK | 0.47 | 0.55 | 0 | 0.10 |
| HSL | 248.16º | 0.71% | 0.65% | - |
| HSV(B) | 248.16º | 0.55% | 0.9% | - |
| XYZ | 26.98 | 19.62 | 76.49 | - |
| YUV | 123.33 | 187.63 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 104 | 229 | 0.47 | 0.55 | 0 | 0.10 | 248.16 | 0.71 | 0.65 |
| Hex | 79 | 68 | E5 | 2F | 37 | 0 | A | F8 | 47 | 41 |
| Octal | 171 | 150 | 345 | 57 | 67 | 0 | 12 | 370 | 107 | 101 |
| Binary | 1111001 | 1101000 | 11100101 | 101111 | 110111 | 0 | 1010 | 11111000 | 1000111 | 1000001 |
Color Harmonies of #7968E5
Complementary color
Monochromatic Colors of #7968E5
Black with #7968E5
Text Example
Text Example
White with #7968E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7968E5; }
p { color: rgb(121,104,229); }
H1.HeaderClassName
{
color: #7968E5;
}
.AnyTagClassName
{
color: #7968E5;
}
</style>
background-color css
<style>
a { background-color: #7968E5; }
a { background-color: rgb(121,104,229); }
div.DivClassName
{
background-color: #7968E5;
}
.BgClassName
{
background-color: #7968E5;
}
</style>
border-color css
<style>
span { border-color: #7968E5; }
span { border-color: rgb(121,104,229); }
td.TdClassName
{
border-color: #7968E5;
}
.TagClassName
{
border-color: #7968E5;
}
</style>