#7455EA

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

Shades of Medium Slate Blue #7455EA

Tints of Medium Slate Blue #7455EA

Color information

#7455EA (or 0x7455EA) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 55 and EA. RGB value is (116,85,234). Sum of RGB (Red+Green+Blue) = 116+85+234=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 85 (33.59% from 255 or 19.54% 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 #7455EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7455EA is #8BAA15. Grayscale: #6E6E6E. Windows color (decimal): -9153046 or 15357300. OLE color: 15357300.

HSL color Cylindrical-coordinate representation of color #7455EA: hue angle of 252.48º degrees, saturation: 0.78, 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 #7455EA is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB11685234-
CMYK0.500.6400.08
HSL252.48º78.01%62.55%-
HSV(B)252.48º63.68%91.76%-
XYZ25.316.1579.63-
YUV111.26197.27131.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.67%
GREEN value IS 85 (33.59% from 255) = 19.54%
BLUE value IS 234 (91.80% from 255) = 53.79%
R=26.67%
G=19.54%
B=53.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal116852340.500.6400.08252.4878.0162.55
Hex7455EA324008fc4e3f
Octal1641253526210001037411677
Binary1110100101010111101010110010100000001000111111001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7455EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,85,234); }

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

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

 a { background-color: rgb(116,85,234); }

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

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

 span { border-color: rgb(116,85,234); }

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