#7556FF

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

Shades of Medium Slate Blue #7556FF

Tints of Medium Slate Blue #7556FF

Color information

#7556FF (or 0x7556FF) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 56 and FF. RGB value is (117,86,255). Sum of RGB (Red+Green+Blue) = 117+86+255=458 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.55% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #7556FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7556FF is #8AA900. Grayscale: #717171. Windows color (decimal): -9087233 or 16733813. OLE color: 16733813.

HSL color Cylindrical-coordinate representation of color #7556FF: hue angle of 251.01º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7556FF is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB11786255-
CMYK0.540.6600
HSL251.01º100%66.86%-
HSV(B)251.01º66.27%100%-
XYZ28.7117.6696.5-
YUV114.54207.27129.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.55%
GREEN value IS 86 (33.98% from 255) = 18.78%
BLUE value IS 255 (100% from 255) = 55.68%
R=25.55%
G=18.78%
B=55.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal117862550.540.6600251.0110066.86
Hex7556FF364200fb6443
Octal1651263776610200373144103
Binary11101011010110111111111101101000010001111101111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7556FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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