#7650F5

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

Shades of Medium Slate Blue #7650F5

Tints of Medium Slate Blue #7650F5

Color information

#7650F5 (or 0x7650F5) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 50 and F5. RGB value is (118,80,245). Sum of RGB (Red+Green+Blue) = 118+80+245=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 245 (96.09% from 255 or 55.30% from 443); Max value from RGB is 245 - color contains mainly: blue. Hex color #7650F5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7650F5 is #89AF0A. Grayscale: #6D6D6D. Windows color (decimal): -9023243 or 16076918. OLE color: 16076918.

HSL color Cylindrical-coordinate representation of color #7650F5: hue angle of 253.82º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7650F5 is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB11880245-
CMYK0.520.6700.04
HSL253.82º89.19%63.73%-
HSV(B)253.82º67.35%96.08%-
XYZ26.8216.1888.1-
YUV110.17204.09133.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.64%
GREEN value IS 80 (31.64% from 255) = 18.06%
BLUE value IS 245 (96.09% from 255) = 55.30%
R=26.64%
G=18.06%
B=55.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal118802450.520.6700.04253.8289.1963.73
Hex7650F5344304fe5940
Octal1661203656410304376131100
Binary1110110101000011110101110100100001101001111111010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7650F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7650F5; }

 p { color: rgb(118,80,245); }

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

<style>
 a { background-color: #7650F5; }

 a { background-color: rgb(118,80,245); }

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

<style>
 span { border-color: #7650F5; }

 span { border-color: rgb(118,80,245); }

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