#776BE8

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

Shades of Medium Slate Blue #776BE8

Tints of Medium Slate Blue #776BE8

Color information

#776BE8 (or 0x776BE8) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 6B and E8. RGB value is (119,107,232). Sum of RGB (Red+Green+Blue) = 119+107+232=458 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.98% from 458); Green value is 107 (42.19% from 255 or 23.36% from 458); Blue value is 232 (91.02% from 255 or 50.66% from 458); Max value from RGB is 232 - color contains mainly: blue. Hex color #776BE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776BE8 is #889417. Grayscale: #7C7C7C. Windows color (decimal): -8950808 or 15231863. OLE color: 15231863.

HSL color Cylindrical-coordinate representation of color #776BE8: hue angle of 245.76º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #776BE8 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB119107232-
CMYK0.490.5400.09
HSL245.76º73.1%66.47%-
HSV(B)245.76º53.88%90.98%-
XYZ27.4320.2678.81-
YUV124.84188.48123.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.98%
GREEN value IS 107 (42.19% from 255) = 23.36%
BLUE value IS 232 (91.02% from 255) = 50.66%
R=25.98%
G=23.36%
B=50.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1191072320.490.5400.09245.7673.166.47
Hex776BE8313609f64942
Octal1671533506166011366111102
Binary1110111110101111101000110001110110010011111011010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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