#7649FA

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

Shades of Medium Slate Blue #7649FA

Tints of Medium Slate Blue #7649FA

Color information

#7649FA (or 0x7649FA) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 49 and FA. RGB value is (118,73,250). Sum of RGB (Red+Green+Blue) = 118+73+250=441 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.76% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #7649FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7649FA is #89B605. Grayscale: #696969. Windows color (decimal): -9025030 or 16402806. OLE color: 16402806.

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

Color convert

RGB11873250-
CMYK0.530.7100.02
HSL255.25º94.65%63.33%-
HSV(B)255.25º70.8%98.04%-
XYZ27.1115.5292.01-
YUV106.63208.91136.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.76%
GREEN value IS 73 (28.91% from 255) = 16.55%
BLUE value IS 250 (98.05% from 255) = 56.69%
R=26.76%
G=16.55%
B=56.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal118732500.530.7100.02255.2594.6563.33
Hex7649FA354702ff5f3f
Octal166111372651070237713777
Binary11101101001001111110101101011000111010111111111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7649FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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