#776ADB

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

Shades of Medium Slate Blue #776ADB

Tints of Medium Slate Blue #776ADB

Color information

#776ADB (or 0x776ADB) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 6A and DB. RGB value is (119,106,219). Sum of RGB (Red+Green+Blue) = 119+106+219=444 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.80% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #776ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776ADB is #889524. Grayscale: #7A7A7A. Windows color (decimal): -8951077 or 14379639. OLE color: 14379639.

HSL color Cylindrical-coordinate representation of color #776ADB: hue angle of 246.9º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #776ADB is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB119106219-
CMYK0.460.5200.14
HSL246.9º61.08%63.73%-
HSV(B)246.9º51.6%85.88%-
XYZ25.5519.3469.41-
YUV122.77182.31125.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.80%
GREEN value IS 106 (41.80% from 255) = 23.87%
BLUE value IS 219 (85.94% from 255) = 49.32%
R=26.80%
G=23.87%
B=49.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1191062190.460.5200.14246.961.0863.73
Hex776ADB2E340Ef73d40
Octal167152333566401636775100
Binary111011111010101101101110111011010001110111101111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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