#776AEA

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

Shades of Medium Slate Blue #776AEA

Tints of Medium Slate Blue #776AEA

Color information

#776AEA (or 0x776AEA) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 6A and EA. RGB value is (119,106,234). Sum of RGB (Red+Green+Blue) = 119+106+234=459 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.93% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #776AEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776AEA is #889515. Grayscale: #7B7B7B. Windows color (decimal): -8951062 or 15362679. OLE color: 15362679.

HSL color Cylindrical-coordinate representation of color #776AEA: hue angle of 246.09º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #776AEA is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB119106234-
CMYK0.490.5500.08
HSL246.09º75.29%66.67%-
HSV(B)246.09º54.7%91.76%-
XYZ27.6120.1780.28-
YUV124.48189.81124.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.93%
GREEN value IS 106 (41.80% from 255) = 23.09%
BLUE value IS 234 (91.80% from 255) = 50.98%
R=25.93%
G=23.09%
B=50.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1191062340.490.5500.08246.0975.2966.67
Hex776AEA313708f64b43
Octal1671523526167010366113103
Binary1110111110101011101010110001110111010001111011010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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