#7355EA

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

Shades of Medium Slate Blue #7355EA

Tints of Medium Slate Blue #7355EA

Color information

#7355EA (or 0x7355EA) is unknown color: approx Medium Slate Blue. HEX triplet: 73, 55 and EA. RGB value is (115,85,234). Sum of RGB (Red+Green+Blue) = 115+85+234=434 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.50% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #7355EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7355EA is #8CAA15. Grayscale: #6E6E6E. Windows color (decimal): -9218582 or 15357299. OLE color: 15357299.

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

Color convert

RGB11585234-
CMYK0.510.6400.08
HSL252.08º78.01%62.55%-
HSV(B)252.08º63.68%91.76%-
XYZ25.1716.0879.62-
YUV110.96197.44130.88-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.50%
GREEN value IS 85 (33.59% from 255) = 19.59%
BLUE value IS 234 (91.80% from 255) = 53.92%
R=26.50%
G=19.59%
B=53.92%

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
Decimal115852340.510.6400.08252.0878.0162.55
Hex7355EA334008fc4e3f
Octal1631253526310001037411677
Binary1110011101010111101010110011100000001000111111001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7355EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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