#7760E6

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

Shades of Medium Slate Blue #7760E6

Tints of Medium Slate Blue #7760E6

Color information

#7760E6 (or 0x7760E6) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 60 and E6. RGB value is (119,96,230). Sum of RGB (Red+Green+Blue) = 119+96+230=445 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.74% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 230 (90.23% from 255 or 51.69% from 445); Max value from RGB is 230 - color contains mainly: blue. Hex color #7760E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7760E6 is #889F19. Grayscale: #757575. Windows color (decimal): -8953626 or 15097975. OLE color: 15097975.

HSL color Cylindrical-coordinate representation of color #7760E6: hue angle of 250.3º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7760E6 is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB11996230-
CMYK0.480.5800.10
HSL250.3º72.83%63.92%-
HSV(B)250.3º58.26%90.2%-
XYZ26.071876.96-
YUV118.15191.12128.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.74%
GREEN value IS 96 (37.89% from 255) = 21.57%
BLUE value IS 230 (90.23% from 255) = 51.69%
R=26.74%
G=21.57%
B=51.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal119962300.480.5800.10250.372.8363.92
Hex7760E6303A0Afa4940
Octal1671403466072012372111100
Binary1110111110000011100110110000111010010101111101010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7760E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7760E6; }

 p { color: rgb(119,96,230); }

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

<style>
 a { background-color: #7760E6; }

 a { background-color: rgb(119,96,230); }

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

<style>
 span { border-color: #7760E6; }

 span { border-color: rgb(119,96,230); }

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