#776CE6

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

Shades of Medium Slate Blue #776CE6

Tints of Medium Slate Blue #776CE6

Color information

#776CE6 (or 0x776CE6) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 6C and E6. RGB value is (119,108,230). Sum of RGB (Red+Green+Blue) = 119+108+230=457 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.04% from 457); Green value is 108 (42.58% from 255 or 23.63% from 457); Blue value is 230 (90.23% from 255 or 50.33% from 457); Max value from RGB is 230 - color contains mainly: blue. Hex color #776CE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776CE6 is #889319. Grayscale: #7C7C7C. Windows color (decimal): -8950554 or 15101047. OLE color: 15101047.

HSL color Cylindrical-coordinate representation of color #776CE6: hue angle of 245.41º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #776CE6 is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB119108230-
CMYK0.480.5300.10
HSL245.41º70.93%66.27%-
HSV(B)245.41º53.04%90.2%-
XYZ27.2520.3677.36-
YUV125.2187.14123.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.04%
GREEN value IS 108 (42.58% from 255) = 23.63%
BLUE value IS 230 (90.23% from 255) = 50.33%
R=26.04%
G=23.63%
B=50.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1191082300.480.5300.10245.4170.9366.27
Hex776CE630350Af54742
Octal1671543466065012365107102
Binary1110111110110011100110110000110101010101111010110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,108,230); }

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

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

 a { background-color: rgb(119,108,230); }

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

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

 span { border-color: rgb(119,108,230); }

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