#776BE2

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

Shades of Medium Slate Blue #776BE2

Tints of Medium Slate Blue #776BE2

Color information

#776BE2 (or 0x776BE2) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 6B and E2. RGB value is (119,107,226). Sum of RGB (Red+Green+Blue) = 119+107+226=452 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.33% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 226 (88.67% from 255 or 50% from 452); Max value from RGB is 226 - color contains mainly: blue. Hex color #776BE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776BE2 is #88941D. Grayscale: #7B7B7B. Windows color (decimal): -8950814 or 14838647. OLE color: 14838647.

HSL color Cylindrical-coordinate representation of color #776BE2: hue angle of 246.05º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #776BE2 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB119107226-
CMYK0.470.5300.11
HSL246.05º67.23%65.29%-
HSV(B)246.05º52.65%88.63%-
XYZ26.5919.9374.4-
YUV124.15185.48124.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.33%
GREEN value IS 107 (42.19% from 255) = 23.67%
BLUE value IS 226 (88.67% from 255) = 50%
R=26.33%
G=23.67%
B=50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1191072260.470.5300.11246.0567.2365.29
Hex776BE22F350Bf64341
Octal1671533425765013366103101
Binary1110111110101111100010101111110101010111111011010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,107,226); }

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

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

 a { background-color: rgb(119,107,226); }

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

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

 span { border-color: rgb(119,107,226); }

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