#7556EE

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

Shades of Medium Slate Blue #7556EE

Tints of Medium Slate Blue #7556EE

Color information

#7556EE (or 0x7556EE) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 56 and EE. RGB value is (117,86,238). Sum of RGB (Red+Green+Blue) = 117+86+238=441 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.53% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #7556EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7556EE is #8AA911. Grayscale: #707070. Windows color (decimal): -9087250 or 15619701. OLE color: 15619701.

HSL color Cylindrical-coordinate representation of color #7556EE: hue angle of 252.24º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7556EE is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11786238-
CMYK0.510.6400.07
HSL252.24º81.72%63.53%-
HSV(B)252.24º63.87%93.33%-
XYZ26.116.6182.72-
YUV112.6198.77131.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.53%
GREEN value IS 86 (33.98% from 255) = 19.50%
BLUE value IS 238 (93.36% from 255) = 53.97%
R=26.53%
G=19.50%
B=53.97%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal117862380.510.6400.07252.2481.7263.53
Hex7556EE334007fc5240
Octal1651263566310007374122100
Binary1110101101011011101110110011100000001111111110010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7556EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7556EE; }

 p { color: rgb(117,86,238); }

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

<style>
 a { background-color: #7556EE; }

 a { background-color: rgb(117,86,238); }

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

<style>
 span { border-color: #7556EE; }

 span { border-color: rgb(117,86,238); }

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