#7556f4

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

Shades of Medium Slate Blue #7556F4

Tints of Medium Slate Blue #7556F4

Color information

#7556F4 (or 0x7556F4) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 56 and F4. RGB value is (117,86,244). Sum of RGB (Red+Green+Blue) = 117+86+244=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 244 (95.70% from 255 or 54.59% from 447); Max value from RGB is 244 - color contains mainly: blue. Hex color #7556F4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7556F4 is #8AA90B. Grayscale: #707070. Windows color (decimal): -9087244 or 16012917. OLE color: 16012917.

HSL color Cylindrical-coordinate representation of color #7556F4: hue angle of 251.77º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7556F4 is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB11786244-
CMYK0.520.6500.04
HSL251.77º87.78%64.71%-
HSV(B)251.77º64.75%95.69%-
XYZ26.9916.9787.44-
YUV113.28201.77130.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.17%
GREEN value IS 86 (33.98% from 255) = 19.24%
BLUE value IS 244 (95.70% from 255) = 54.59%
R=26.17%
G=19.24%
B=54.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal117862440.520.6500.04251.7787.7864.71
Hex7556F4344104fc5841
Octal1651263646410104374130101
Binary1110101101011011110100110100100000101001111110010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7556f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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