#7768EF

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

Shades of Medium Slate Blue #7768EF

Tints of Medium Slate Blue #7768EF

Color information

#7768EF (or 0x7768EF) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 68 and EF. RGB value is (119,104,239). Sum of RGB (Red+Green+Blue) = 119+104+239=462 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.76% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #7768EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7768EF is #889710. Grayscale: #7B7B7B. Windows color (decimal): -8951569 or 15689847. OLE color: 15689847.

HSL color Cylindrical-coordinate representation of color #7768EF: hue angle of 246.67º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7768EF is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB119104239-
CMYK0.500.5600.06
HSL246.67º80.84%67.25%-
HSV(B)246.67º56.49%93.73%-
XYZ28.1420.0584.05-
YUV123.88192.97124.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.76%
GREEN value IS 104 (41.02% from 255) = 22.51%
BLUE value IS 239 (93.75% from 255) = 51.73%
R=25.76%
G=22.51%
B=51.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1191042390.500.5600.06246.6780.8467.25
Hex7768EF323806f75143
Octal167150357627006367121103
Binary111011111010001110111111001011100001101111011110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7768EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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