#7771DE

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

Shades of Medium Slate Blue #7771DE

Tints of Medium Slate Blue #7771DE

Color information

#7771DE (or 0x7771DE) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 71 and DE. RGB value is (119,113,222). Sum of RGB (Red+Green+Blue) = 119+113+222=454 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.21% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 222 - color contains mainly: blue. Hex color #7771DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7771DE is #888E21. Grayscale: #7E7E7E. Windows color (decimal): -8949282 or 14578039. OLE color: 14578039.

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

Color convert

RGB119113222-
CMYK0.460.4900.13
HSL243.3º62.29%65.69%-
HSV(B)243.3º49.1%87.06%-
XYZ26.721.0171.75-
YUV127.22181.49122.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.21%
GREEN value IS 113 (44.53% from 255) = 24.89%
BLUE value IS 222 (87.11% from 255) = 48.90%
R=26.21%
G=24.89%
B=48.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1191132220.460.4900.13243.362.2965.69
Hex7771DE2E310Df33e42
Octal167161336566101536376102
Binary111011111100011101111010111011000101101111100111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7771DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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