#7556f7

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

Shades of Medium Slate Blue #7556F7

Tints of Medium Slate Blue #7556F7

Color information

#7556F7 (or 0x7556F7) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 56 and F7. RGB value is (117,86,247). Sum of RGB (Red+Green+Blue) = 117+86+247=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 86 (33.98% from 255 or 19.11% from 450); Blue value is 247 (96.88% from 255 or 54.89% from 450); Max value from RGB is 247 - color contains mainly: blue. Hex color #7556F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7556F7 is #8AA908. Grayscale: #717171. Windows color (decimal): -9087241 or 16209525. OLE color: 16209525.

HSL color Cylindrical-coordinate representation of color #7556F7: hue angle of 251.55º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7556F7 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB11786247-
CMYK0.530.6500.03
HSL251.55º90.96%65.29%-
HSV(B)251.55º65.18%96.86%-
XYZ27.4517.1589.86-
YUV113.62203.27130.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26%
GREEN value IS 86 (33.98% from 255) = 19.11%
BLUE value IS 247 (96.88% from 255) = 54.89%
R=26%
G=19.11%
B=54.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal117862470.530.6500.03251.5590.9665.29
Hex7556F7354103fc5b41
Octal1651263676510103374133101
Binary111010110101101111011111010110000010111111110010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7556f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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