#777BDE

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

Shades of Medium Slate Blue #777BDE

Tints of Medium Slate Blue #777BDE

Color information

#777BDE (or 0x777BDE) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 7B and DE. RGB value is (119,123,222). Sum of RGB (Red+Green+Blue) = 119+123+222=464 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.65% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #777BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777BDE is #888421. Grayscale: #848484. Windows color (decimal): -8946722 or 14580599. OLE color: 14580599.

HSL color Cylindrical-coordinate representation of color #777BDE: hue angle of 237.67º 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 #777BDE is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB119123222-
CMYK0.460.4500.13
HSL237.67º60.95%66.86%-
HSV(B)237.67º46.4%87.06%-
XYZ27.8823.3672.15-
YUV133.09178.17117.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.65%
GREEN value IS 123 (48.44% from 255) = 26.51%
BLUE value IS 222 (87.11% from 255) = 47.84%
R=25.65%
G=26.51%
B=47.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1191232220.460.4500.13237.6760.9566.86
Hex777BDE2E2D0Dee3d43
Octal167173336565501535675103
Binary111011111110111101111010111010110101101111011101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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