#7558EA

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

Shades of Medium Slate Blue #7558EA

Tints of Medium Slate Blue #7558EA

Color information

#7558EA (or 0x7558EA) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 58 and EA. RGB value is (117,88,234). Sum of RGB (Red+Green+Blue) = 117+88+234=439 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.65% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #7558EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7558EA is #8AA715. Grayscale: #707070. Windows color (decimal): -9086742 or 15358069. OLE color: 15358069.

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

Color convert

RGB11788234-
CMYK0.50.6200.08
HSL251.92º77.66%63.14%-
HSV(B)251.92º62.39%91.76%-
XYZ25.6816.779.71-
YUV113.32196.11130.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.65%
GREEN value IS 88 (34.77% from 255) = 20.05%
BLUE value IS 234 (91.80% from 255) = 53.30%
R=26.65%
G=20.05%
B=53.30%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal117882340.50.6200.08251.9277.6663.14
Hex7558EA323E08fc4e3f
Octal165130352627601037411677
Binary111010110110001110101011001011111001000111111001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7558EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,88,234); }

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

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

 a { background-color: rgb(117,88,234); }

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

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

 span { border-color: rgb(117,88,234); }

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