#7950EA

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

Shades of Medium Slate Blue #7950EA

Tints of Medium Slate Blue #7950EA

Color information

#7950EA (or 0x7950EA) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 50 and EA. RGB value is (121,80,234). Sum of RGB (Red+Green+Blue) = 121+80+234=435 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.82% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #7950EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7950EA is #86AF15. Grayscale: #6D6D6D. Windows color (decimal): -8826646 or 15356025. OLE color: 15356025.

HSL color Cylindrical-coordinate representation of color #7950EA: hue angle of 255.97º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7950EA is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB12180234-
CMYK0.480.6600.08
HSL255.97º78.57%61.57%-
HSV(B)255.97º65.81%91.76%-
XYZ25.6115.7479.53-
YUV109.82198.08135.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.82%
GREEN value IS 80 (31.64% from 255) = 18.39%
BLUE value IS 234 (91.80% from 255) = 53.79%
R=27.82%
G=18.39%
B=53.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal121802340.480.6600.08255.9778.5761.57
Hex7950EA3042081004f3e
Octal1711203526010201040011776
Binary11110011010000111010101100001000010010001000000001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7950EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7950EA; }

 p { color: rgb(121,80,234); }

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

<style>
 a { background-color: #7950EA; }

 a { background-color: rgb(121,80,234); }

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

<style>
 span { border-color: #7950EA; }

 span { border-color: rgb(121,80,234); }

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