#7650EF

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

Shades of Medium Slate Blue #7650EF

Tints of Medium Slate Blue #7650EF

Color information

#7650EF (or 0x7650EF) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 50 and EF. RGB value is (118,80,239). Sum of RGB (Red+Green+Blue) = 118+80+239=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 80 (31.64% from 255 or 18.31% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #7650EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7650EF is #89AF10. Grayscale: #6C6C6C. Windows color (decimal): -9023249 or 15683702. OLE color: 15683702.

HSL color Cylindrical-coordinate representation of color #7650EF: hue angle of 254.34º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7650EF is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB11880239-
CMYK0.510.6700.06
HSL254.34º83.25%62.55%-
HSV(B)254.34º66.53%93.73%-
XYZ25.9215.8283.35-
YUV109.49201.09134.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.00%
GREEN value IS 80 (31.64% from 255) = 18.31%
BLUE value IS 239 (93.75% from 255) = 54.69%
R=27.00%
G=18.31%
B=54.69%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal118802390.510.6700.06254.3483.2562.55
Hex7650EF334306fe533f
Octal166120357631030637612377
Binary111011010100001110111111001110000110110111111101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7650EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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