#777CDE

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

Shades of Medium Slate Blue #777CDE

Tints of Medium Slate Blue #777CDE

Color information

#777CDE (or 0x777CDE) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 7C and DE. RGB value is (119,124,222). Sum of RGB (Red+Green+Blue) = 119+124+222=465 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.59% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #777CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777CDE is #888321. Grayscale: #858585. Windows color (decimal): -8946466 or 14580855. OLE color: 14580855.

HSL color Cylindrical-coordinate representation of color #777CDE: hue angle of 237.09º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #777CDE is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB119124222-
CMYK0.460.4400.13
HSL237.09º60.95%66.86%-
HSV(B)237.09º46.4%87.06%-
XYZ2823.6172.19-
YUV133.68177.84117.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.59%
GREEN value IS 124 (48.83% from 255) = 26.67%
BLUE value IS 222 (87.11% from 255) = 47.74%
R=25.59%
G=26.67%
B=47.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1191242220.460.4400.13237.0960.9566.86
Hex777CDE2E2C0Ded3d43
Octal167174336565401535575103
Binary111011111111001101111010111010110001101111011011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777CDE; }

 p { color: rgb(119,124,222); }

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

<style>
 a { background-color: #777CDE; }

 a { background-color: rgb(119,124,222); }

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

<style>
 span { border-color: #777CDE; }

 span { border-color: rgb(119,124,222); }

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