#7768F3

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

Shades of Medium Slate Blue #7768F3

Tints of Medium Slate Blue #7768F3

Color information

#7768F3 (or 0x7768F3) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 68 and F3. RGB value is (119,104,243). Sum of RGB (Red+Green+Blue) = 119+104+243=466 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.54% from 466); Green value is 104 (41.02% from 255 or 22.32% from 466); Blue value is 243 (95.31% from 255 or 52.15% from 466); Max value from RGB is 243 - color contains mainly: blue. Hex color #7768F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7768F3 is #88970C. Grayscale: #7B7B7B. Windows color (decimal): -8951565 or 15951991. OLE color: 15951991.

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

Color convert

RGB119104243-
CMYK0.510.5700.05
HSL246.47º85.28%68.04%-
HSV(B)246.47º57.2%95.29%-
XYZ28.7420.2987.2-
YUV124.33194.97124.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.54%
GREEN value IS 104 (41.02% from 255) = 22.32%
BLUE value IS 243 (95.31% from 255) = 52.15%
R=25.54%
G=22.32%
B=52.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1191042430.510.5700.05246.4785.2868.04
Hex7768F3333905f65544
Octal167150363637105366125104
Binary111011111010001111001111001111100101011111011010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7768F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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