#7954EB

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

Shades of Medium Slate Blue #7954EB

Tints of Medium Slate Blue #7954EB

Color information

#7954EB (or 0x7954EB) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 54 and EB. RGB value is (121,84,235). Sum of RGB (Red+Green+Blue) = 121+84+235=440 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.5% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 235 (92.19% from 255 or 53.41% from 440); Max value from RGB is 235 - color contains mainly: blue. Hex color #7954EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7954EB is #86AB14. Grayscale: #6F6F6F. Windows color (decimal): -8825621 or 15422585. OLE color: 15422585.

HSL color Cylindrical-coordinate representation of color #7954EB: hue angle of 254.7º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7954EB is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB12184235-
CMYK0.490.6400.08
HSL254.7º79.06%62.55%-
HSV(B)254.7º64.26%92.16%-
XYZ26.0516.480.39-
YUV112.28197.26134.22-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.5%
GREEN value IS 84 (33.20% from 255) = 19.09%
BLUE value IS 235 (92.19% from 255) = 53.41%
R=27.5%
G=19.09%
B=53.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal121842350.490.6400.08254.779.0662.55
Hex7954EB314008ff4f3f
Octal1711243536110001037711777
Binary1111001101010011101011110001100000001000111111111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7954EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7954EB; }

 p { color: rgb(121,84,235); }

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

<style>
 a { background-color: #7954EB; }

 a { background-color: rgb(121,84,235); }

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

<style>
 span { border-color: #7954EB; }

 span { border-color: rgb(121,84,235); }

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