#7765EC

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

Shades of Medium Slate Blue #7765EC

Tints of Medium Slate Blue #7765EC

Color information

#7765EC (or 0x7765EC) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 65 and EC. RGB value is (119,101,236). Sum of RGB (Red+Green+Blue) = 119+101+236=456 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.10% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #7765EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7765EC is #889A13. Grayscale: #797979. Windows color (decimal): -8952340 or 15492471. OLE color: 15492471.

HSL color Cylindrical-coordinate representation of color #7765EC: hue angle of 248º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7765EC is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB119101236-
CMYK0.500.5700.07
HSL248º78.03%66.08%-
HSV(B)248º57.2%92.55%-
XYZ27.419.2981.64-
YUV121.77192.46126.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.10%
GREEN value IS 101 (39.84% from 255) = 22.15%
BLUE value IS 236 (92.58% from 255) = 51.75%
R=26.10%
G=22.15%
B=51.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1191012360.500.5700.0724878.0366.08
Hex7765EC323907f84e42
Octal167145354627107370116102
Binary111011111001011110110011001011100101111111100010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7765EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7765EC; }

 p { color: rgb(119,101,236); }

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

<style>
 a { background-color: #7765EC; }

 a { background-color: rgb(119,101,236); }

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

<style>
 span { border-color: #7765EC; }

 span { border-color: rgb(119,101,236); }

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