#776ADA

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

Shades of Medium Slate Blue #776ADA

Tints of Medium Slate Blue #776ADA

Color information

#776ADA (or 0x776ADA) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 6A and DA. RGB value is (119,106,218). Sum of RGB (Red+Green+Blue) = 119+106+218=443 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.86% from 443); Green value is 106 (41.80% from 255 or 23.93% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #776ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776ADA is #889525. Grayscale: #7A7A7A. Windows color (decimal): -8951078 or 14314103. OLE color: 14314103.

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

Color convert

RGB119106218-
CMYK0.450.5100.15
HSL246.96º60.22%63.53%-
HSV(B)246.96º51.38%85.49%-
XYZ25.4219.2968.71-
YUV122.66181.81125.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.86%
GREEN value IS 106 (41.80% from 255) = 23.93%
BLUE value IS 218 (85.55% from 255) = 49.21%
R=26.86%
G=23.93%
B=49.21%

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
Decimal1191062180.450.5100.15246.9660.2263.53
Hex776ADA2D330Ff73c40
Octal167152332556301736774100
Binary111011111010101101101010110111001101111111101111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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