#777EC8

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

Shades of Moody Blue #777EC8

Tints of Moody Blue #777EC8

Color information

#777EC8 (or 0x777EC8) is unknown color: approx Moody Blue. HEX triplet: 77, 7E and C8. RGB value is (119,126,200). Sum of RGB (Red+Green+Blue) = 119+126+200=445 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.74% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 200 (78.52% from 255 or 44.94% from 445); Max value from RGB is 200 - color contains mainly: blue. Hex color #777EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777EC8 is #888137. Grayscale: #848484. Windows color (decimal): -8945976 or 13139575. OLE color: 13139575.

HSL color Cylindrical-coordinate representation of color #777EC8: hue angle of 234.81º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #777EC8 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB119126200-
CMYK0.400.3700.22
HSL234.81º42.41%62.55%-
HSV(B)234.81º40.5%78.43%-
XYZ25.4923.0157.74-
YUV132.34166.18118.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.74%
GREEN value IS 126 (49.61% from 255) = 28.31%
BLUE value IS 200 (78.52% from 255) = 44.94%
R=26.74%
G=28.31%
B=44.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1191262000.400.3700.22234.8142.4162.55
Hex777EC82825016eb2a3f
Octal16717631050450263535277
Binary111011111111101100100010100010010101011011101011101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,126,200); }

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

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

 a { background-color: rgb(119,126,200); }

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

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

 span { border-color: rgb(119,126,200); }

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