#776CED

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

Shades of Medium Slate Blue #776CED

Tints of Medium Slate Blue #776CED

Color information

#776CED (or 0x776CED) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 6C and ED. RGB value is (119,108,237). Sum of RGB (Red+Green+Blue) = 119+108+237=464 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.65% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #776CED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776CED is #889312. Grayscale: #7D7D7D. Windows color (decimal): -8950547 or 15559799. OLE color: 15559799.

HSL color Cylindrical-coordinate representation of color #776CED: hue angle of 245.12º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #776CED is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB119108237-
CMYK0.500.5400.07
HSL245.12º78.18%67.65%-
HSV(B)245.12º54.43%92.94%-
XYZ28.2620.7682.64-
YUV125.99190.64123.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.65%
GREEN value IS 108 (42.58% from 255) = 23.28%
BLUE value IS 237 (92.97% from 255) = 51.08%
R=25.65%
G=23.28%
B=51.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1191082370.500.5400.07245.1278.1867.65
Hex776CED323607f54e44
Octal167154355626607365116104
Binary111011111011001110110111001011011001111111010110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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