#7776DE

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

Shades of Medium Slate Blue #7776DE

Tints of Medium Slate Blue #7776DE

Color information

#7776DE (or 0x7776DE) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 76 and DE. RGB value is (119,118,222). Sum of RGB (Red+Green+Blue) = 119+118+222=459 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.93% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #7776DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7776DE is #888921. Grayscale: #818181. Windows color (decimal): -8948002 or 14579319. OLE color: 14579319.

HSL color Cylindrical-coordinate representation of color #7776DE: hue angle of 240.58º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7776DE is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB119118222-
CMYK0.460.4700.13
HSL240.58º61.18%66.67%-
HSV(B)240.58º46.85%87.06%-
XYZ27.2722.1571.95-
YUV130.15179.83120.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.93%
GREEN value IS 118 (46.48% from 255) = 25.71%
BLUE value IS 222 (87.11% from 255) = 48.37%
R=25.93%
G=25.71%
B=48.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1191182220.460.4700.13240.5861.1866.67
Hex7776DE2E2F0Df13d43
Octal167166336565701536175103
Binary111011111101101101111010111010111101101111100011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7776DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7776DE; }

 p { color: rgb(119,118,222); }

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

<style>
 a { background-color: #7776DE; }

 a { background-color: rgb(119,118,222); }

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

<style>
 span { border-color: #7776DE; }

 span { border-color: rgb(119,118,222); }

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