#7649F0

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

Shades of Medium Slate Blue #7649F0

Tints of Medium Slate Blue #7649F0

Color information

#7649F0 (or 0x7649F0) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 49 and F0. RGB value is (118,73,240). Sum of RGB (Red+Green+Blue) = 118+73+240=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 240 (94.14% from 255 or 55.68% from 431); Max value from RGB is 240 - color contains mainly: blue. Hex color #7649F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7649F0 is #89B60F. Grayscale: #686868. Windows color (decimal): -9025040 or 15747446. OLE color: 15747446.

HSL color Cylindrical-coordinate representation of color #7649F0: hue angle of 256.17º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7649F0 is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB11873240-
CMYK0.510.7000.06
HSL256.17º84.77%61.37%-
HSV(B)256.17º69.58%94.12%-
XYZ25.5814.9183.97-
YUV105.49203.91136.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.38%
GREEN value IS 73 (28.91% from 255) = 16.94%
BLUE value IS 240 (94.14% from 255) = 55.68%
R=27.38%
G=16.94%
B=55.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal118732400.510.7000.06256.1784.7761.37
Hex7649F0334606100553d
Octal166111360631060640012575
Binary1110110100100111110000110011100011001101000000001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7649F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7649F0; }

 p { color: rgb(118,73,240); }

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

<style>
 a { background-color: #7649F0; }

 a { background-color: rgb(118,73,240); }

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

<style>
 span { border-color: #7649F0; }

 span { border-color: rgb(118,73,240); }

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