#776DEC

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

Shades of Medium Slate Blue #776DEC

Tints of Medium Slate Blue #776DEC

Color information

#776DEC (or 0x776DEC) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 6D and EC. RGB value is (119,109,236). Sum of RGB (Red+Green+Blue) = 119+109+236=464 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.65% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #776DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776DEC is #889213. Grayscale: #7D7D7D. Windows color (decimal): -8950292 or 15494519. OLE color: 15494519.

HSL color Cylindrical-coordinate representation of color #776DEC: hue angle of 244.72º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #776DEC is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB119109236-
CMYK0.500.5400.07
HSL244.72º76.97%67.65%-
HSV(B)244.72º53.81%92.55%-
XYZ28.2220.9281.91-
YUV126.47189.81122.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.65%
GREEN value IS 109 (42.97% from 255) = 23.49%
BLUE value IS 236 (92.58% from 255) = 50.86%
R=25.65%
G=23.49%
B=50.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1191092360.500.5400.07244.7276.9767.65
Hex776DEC323607f54d44
Octal167155354626607365115104
Binary111011111011011110110011001011011001111111010110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776DEC; }

 p { color: rgb(119,109,236); }

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

<style>
 a { background-color: #776DEC; }

 a { background-color: rgb(119,109,236); }

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

<style>
 span { border-color: #776DEC; }

 span { border-color: rgb(119,109,236); }

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