#7765F6

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

Shades of Medium Slate Blue #7765F6

Tints of Medium Slate Blue #7765F6

Color information

#7765F6 (or 0x7765F6) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 65 and F6. RGB value is (119,101,246). Sum of RGB (Red+Green+Blue) = 119+101+246=466 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.54% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 246 (96.48% from 255 or 52.79% from 466); Max value from RGB is 246 - color contains mainly: blue. Hex color #7765F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7765F6 is #889A09. Grayscale: #7A7A7A. Windows color (decimal): -8952330 or 16147831. OLE color: 16147831.

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

Color convert

RGB119101246-
CMYK0.520.5900.04
HSL247.45º88.96%68.04%-
HSV(B)247.45º58.94%96.47%-
XYZ28.919.8889.5-
YUV122.91197.46125.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.54%
GREEN value IS 101 (39.84% from 255) = 21.67%
BLUE value IS 246 (96.48% from 255) = 52.79%
R=25.54%
G=21.67%
B=52.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1191012460.520.5900.04247.4588.9668.04
Hex7765F6343B04f75944
Octal167145366647304367131104
Binary111011111001011111011011010011101101001111011110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7765F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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