Shades of Medium Slate Blue #7948E8
Tints of Medium Slate Blue #7948E8
RGB
CMYK
RGB Variations
Color information
#7948E8 (or 0x7948E8) is known color: Medium Slate Blue. HEX triplet: 79, 48 and E8. RGB value is (121,72,232). Sum of RGB (Red+Green+Blue) = 121+72+232=425 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.47% from 425); Green value is 72 (28.52% from 255 or 16.94% from 425); Blue value is 232 (91.02% from 255 or 54.59% from 425); Max value from RGB is 232 - color contains mainly: blue. Hex color #7948E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7948E8 is #86B717. Grayscale: #686868. Windows color (decimal): -8828696 or 15222905. OLE color: 15222905.
HSL color Cylindrical-coordinate representation of color #7948E8: hue angle of 258.38º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7948E8 is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 121 | 72 | 232 | - |
| CMYK | 0.48 | 0.69 | 0 | 0.09 |
| HSL | 258.38º | 0.78% | 0.6% | - |
| HSV(B) | 258.38º | 0.69% | 0.91% | - |
| XYZ | 24.77 | 14.53 | 77.84 | - |
| YUV | 104.89 | 199.73 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 72 | 232 | 0.48 | 0.69 | 0 | 0.09 | 258.38 | 0.78 | 0.6 |
| Hex | 79 | 48 | E8 | 30 | 45 | 0 | 9 | 102 | 4E | 3C |
| Octal | 171 | 110 | 350 | 60 | 105 | 0 | 11 | 402 | 116 | 74 |
| Binary | 1111001 | 1001000 | 11101000 | 110000 | 1000101 | 0 | 1001 | 100000010 | 1001110 | 111100 |
Color Harmonies of #7948E8
Complementary color
Monochromatic Colors of #7948E8
Black with #7948E8
Text Example
Text Example
White with #7948E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7948E8; }
p { color: rgb(121,72,232); }
H1.HeaderClassName
{
color: #7948E8;
}
.AnyTagClassName
{
color: #7948E8;
}
</style>
background-color css
<style>
a { background-color: #7948E8; }
a { background-color: rgb(121,72,232); }
div.DivClassName
{
background-color: #7948E8;
}
.BgClassName
{
background-color: #7948E8;
}
</style>
border-color css
<style>
span { border-color: #7948E8; }
span { border-color: rgb(121,72,232); }
td.TdClassName
{
border-color: #7948E8;
}
.TagClassName
{
border-color: #7948E8;
}
</style>