#7761F3

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

Shades of Medium Slate Blue #7761F3

Tints of Medium Slate Blue #7761F3

Color information

#7761F3 (or 0x7761F3) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 61 and F3. RGB value is (119,97,243). Sum of RGB (Red+Green+Blue) = 119+97+243=459 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.93% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 243 (95.31% from 255 or 52.94% from 459); Max value from RGB is 243 - color contains mainly: blue. Hex color #7761F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7761F3 is #889E0C. Grayscale: #777777. Windows color (decimal): -8953357 or 15950199. OLE color: 15950199.

HSL color Cylindrical-coordinate representation of color #7761F3: hue angle of 249.04º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7761F3 is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB11997243-
CMYK0.510.6000.05
HSL249.04º85.88%66.67%-
HSV(B)249.04º60.08%95.29%-
XYZ28.0618.9486.97-
YUV120.22197.29127.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.93%
GREEN value IS 97 (38.28% from 255) = 21.13%
BLUE value IS 243 (95.31% from 255) = 52.94%
R=25.93%
G=21.13%
B=52.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal119972430.510.6000.05249.0485.8866.67
Hex7761F3333C05f95643
Octal167141363637405371126103
Binary111011111000011111001111001111110001011111100110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7761F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7761F3; }

 p { color: rgb(119,97,243); }

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

<style>
 a { background-color: #7761F3; }

 a { background-color: rgb(119,97,243); }

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

<style>
 span { border-color: #7761F3; }

 span { border-color: rgb(119,97,243); }

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