#7760F6

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

Shades of Medium Slate Blue #7760F6

Tints of Medium Slate Blue #7760F6

Color information

#7760F6 (or 0x7760F6) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 60 and F6. RGB value is (119,96,246). Sum of RGB (Red+Green+Blue) = 119+96+246=461 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.81% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 246 (96.48% from 255 or 53.36% from 461); Max value from RGB is 246 - color contains mainly: blue. Hex color #7760F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7760F6 is #889F09. Grayscale: #777777. Windows color (decimal): -8953610 or 16146551. OLE color: 16146551.

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

Color convert

RGB11996246-
CMYK0.520.6100.04
HSL249.2º89.29%67.06%-
HSV(B)249.2º60.98%96.47%-
XYZ28.4318.9489.35-
YUV119.98199.12127.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.81%
GREEN value IS 96 (37.89% from 255) = 20.82%
BLUE value IS 246 (96.48% from 255) = 53.36%
R=25.81%
G=20.82%
B=53.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal119962460.520.6100.04249.289.2967.06
Hex7760F6343D04f95943
Octal167140366647504371131103
Binary111011111000001111011011010011110101001111100110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7760F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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