#7948E5

Color #7948E5 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7948E5

Tints of Medium Slate Blue #7948E5

Color information

#7948E5 (or 0x7948E5) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 48 and E5. RGB value is (121,72,229). Sum of RGB (Red+Green+Blue) = 121+72+229=422 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.67% from 422); Green value is 72 (28.52% from 255 or 17.06% from 422); Blue value is 229 (89.84% from 255 or 54.27% from 422); Max value from RGB is 229 - color contains mainly: blue. Hex color #7948E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7948E5 is #86B71A. Grayscale: #676767. Windows color (decimal): -8828699 or 15026297. OLE color: 15026297.

HSL color Cylindrical-coordinate representation of color #7948E5: hue angle of 258.73º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7948E5 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB12172229-
CMYK0.470.6900.10
HSL258.73º75.12%59.02%-
HSV(B)258.73º68.56%89.8%-
XYZ24.3514.3675.62-
YUV104.55198.23139.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 121 (47.66% from 255) = 28.67%
GREEN value IS 72 (28.52% from 255) = 17.06%
BLUE value IS 229 (89.84% from 255) = 54.27%
R=28.67%
G=17.06%
B=54.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal121722290.470.6900.10258.7375.1259.02
Hex7948E52F450A1034b3b
Octal1711103455710501240311373
Binary11110011001000111001011011111000101010101000000111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7948E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7948E5; }

 p { color: rgb(121,72,229); }

 H1.HeaderClassName
 {
   color: #7948E5;
 }
 .AnyTagClassName
 {
   color: #7948E5;
 }
</style>
background-color css

<style>
 a { background-color: #7948E5; }

 a { background-color: rgb(121,72,229); }

 div.DivClassName
 {
   background-color: #7948E5;
 }
 .BgClassName
 {
   background-color: #7948E5;
 }
</style>
border-color css

<style>
 span { border-color: #7948E5; }

 span { border-color: rgb(121,72,229); }

 td.TdClassName
 {
   border-color: #7948E5;
 }
 .TagClassName
 {
   border-color: #7948E5;
 }
</style>