#7656FA

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

Shades of Medium Slate Blue #7656FA

Tints of Medium Slate Blue #7656FA

Color information

#7656FA (or 0x7656FA) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 56 and FA. RGB value is (118,86,250). Sum of RGB (Red+Green+Blue) = 118+86+250=454 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.99% from 454); Green value is 86 (33.98% from 255 or 18.94% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #7656FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7656FA is #89A905. Grayscale: #717171. Windows color (decimal): -9021702 or 16406134. OLE color: 16406134.

HSL color Cylindrical-coordinate representation of color #7656FA: hue angle of 251.71º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7656FA is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB11886250-
CMYK0.530.6600.02
HSL251.71º94.25%65.88%-
HSV(B)251.71º65.6%98.04%-
XYZ28.0517.4192.32-
YUV114.26204.6130.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.99%
GREEN value IS 86 (33.98% from 255) = 18.94%
BLUE value IS 250 (98.05% from 255) = 55.07%
R=25.99%
G=18.94%
B=55.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal118862500.530.6600.02251.7194.2565.88
Hex7656FA354202fc5e42
Octal1661263726510202374136102
Binary111011010101101111101011010110000100101111110010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7656FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7656FA; }

 p { color: rgb(118,86,250); }

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

<style>
 a { background-color: #7656FA; }

 a { background-color: rgb(118,86,250); }

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

<style>
 span { border-color: #7656FA; }

 span { border-color: rgb(118,86,250); }

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