#7766EA

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

Shades of Medium Slate Blue #7766EA

Tints of Medium Slate Blue #7766EA

Color information

#7766EA (or 0x7766EA) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 66 and EA. RGB value is (119,102,234). Sum of RGB (Red+Green+Blue) = 119+102+234=455 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.15% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #7766EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7766EA is #889915. Grayscale: #797979. Windows color (decimal): -8952086 or 15361655. OLE color: 15361655.

HSL color Cylindrical-coordinate representation of color #7766EA: hue angle of 247.73º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7766EA is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB119102234-
CMYK0.490.5600.08
HSL247.73º75.86%65.88%-
HSV(B)247.73º56.41%91.76%-
XYZ27.2119.3780.15-
YUV122.13191.13125.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.15%
GREEN value IS 102 (40.23% from 255) = 22.42%
BLUE value IS 234 (91.80% from 255) = 51.43%
R=26.15%
G=22.42%
B=51.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1191022340.490.5600.08247.7375.8665.88
Hex7766EA313808f84c42
Octal1671463526170010370114102
Binary1110111110011011101010110001111000010001111100010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7766EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7766EA; }

 p { color: rgb(119,102,234); }

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

<style>
 a { background-color: #7766EA; }

 a { background-color: rgb(119,102,234); }

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

<style>
 span { border-color: #7766EA; }

 span { border-color: rgb(119,102,234); }

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