#7454EB

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

Shades of Medium Slate Blue #7454EB

Tints of Medium Slate Blue #7454EB

Color information

#7454EB (or 0x7454EB) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 54 and EB. RGB value is (116,84,235). Sum of RGB (Red+Green+Blue) = 116+84+235=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 235 (92.19% from 255 or 54.02% from 435); Max value from RGB is 235 - color contains mainly: blue. Hex color #7454EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7454EB is #8BAB14. Grayscale: #6E6E6E. Windows color (decimal): -9153301 or 15422580. OLE color: 15422580.

HSL color Cylindrical-coordinate representation of color #7454EB: hue angle of 252.72º 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 #7454EB is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB11684235-
CMYK0.510.6400.08
HSL252.72º79.06%62.55%-
HSV(B)252.72º64.26%92.16%-
XYZ25.3716.0580.36-
YUV110.78198.1131.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.67%
GREEN value IS 84 (33.20% from 255) = 19.31%
BLUE value IS 235 (92.19% from 255) = 54.02%
R=26.67%
G=19.31%
B=54.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal116842350.510.6400.08252.7279.0662.55
Hex7454EB334008fd4f3f
Octal1641243536310001037511777
Binary1110100101010011101011110011100000001000111111011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7454EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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