#776AD8

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

Shades of Medium Slate Blue #776AD8

Tints of Medium Slate Blue #776AD8

Color information

#776AD8 (or 0x776AD8) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 6A and D8. RGB value is (119,106,216). Sum of RGB (Red+Green+Blue) = 119+106+216=441 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.98% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 216 (84.77% from 255 or 48.98% from 441); Max value from RGB is 216 - color contains mainly: blue. Hex color #776AD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776AD8 is #889527. Grayscale: #7A7A7A. Windows color (decimal): -8951080 or 14183031. OLE color: 14183031.

HSL color Cylindrical-coordinate representation of color #776AD8: hue angle of 247.09º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #776AD8 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB119106216-
CMYK0.450.5100.15
HSL247.09º58.51%63.14%-
HSV(B)247.09º50.93%84.71%-
XYZ25.1619.1967.34-
YUV122.43180.81125.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.98%
GREEN value IS 106 (41.80% from 255) = 24.04%
BLUE value IS 216 (84.77% from 255) = 48.98%
R=26.98%
G=24.04%
B=48.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1191062160.450.5100.15247.0958.5163.14
Hex776AD82D330Ff73b3f
Octal16715233055630173677377
Binary11101111101010110110001011011100110111111110111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,106,216); }

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

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

 a { background-color: rgb(119,106,216); }

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

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

 span { border-color: rgb(119,106,216); }

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