#7766F3

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

Shades of Medium Slate Blue #7766F3

Tints of Medium Slate Blue #7766F3

Color information

#7766F3 (or 0x7766F3) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 66 and F3. RGB value is (119,102,243). Sum of RGB (Red+Green+Blue) = 119+102+243=464 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.65% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 243 (95.31% from 255 or 52.37% from 464); Max value from RGB is 243 - color contains mainly: blue. Hex color #7766F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7766F3 is #88990C. Grayscale: #7A7A7A. Windows color (decimal): -8952077 or 15951479. OLE color: 15951479.

HSL color Cylindrical-coordinate representation of color #7766F3: hue angle of 247.23º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7766F3 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB119102243-
CMYK0.510.5800.05
HSL247.23º85.45%67.65%-
HSV(B)247.23º58.02%95.29%-
XYZ28.5419.987.13-
YUV123.16195.63125.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.65%
GREEN value IS 102 (40.23% from 255) = 21.98%
BLUE value IS 243 (95.31% from 255) = 52.37%
R=25.65%
G=21.98%
B=52.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1191022430.510.5800.05247.2385.4567.65
Hex7766F3333A05f75544
Octal167146363637205367125104
Binary111011111001101111001111001111101001011111011110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7766F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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