#777ECD

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

Shades of Moody Blue #777ECD

Tints of Moody Blue #777ECD

Color information

#777ECD (or 0x777ECD) is unknown color: approx Moody Blue. HEX triplet: 77, 7E and CD. RGB value is (119,126,205). Sum of RGB (Red+Green+Blue) = 119+126+205=450 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.44% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #777ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777ECD is #888132. Grayscale: #848484. Windows color (decimal): -8945971 or 13467255. OLE color: 13467255.

HSL color Cylindrical-coordinate representation of color #777ECD: hue angle of 235.12º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #777ECD is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB119126205-
CMYK0.420.3900.20
HSL235.12º46.24%63.53%-
HSV(B)235.12º41.95%80.39%-
XYZ26.0923.2560.87-
YUV132.91168.68118.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.44%
GREEN value IS 126 (49.61% from 255) = 28%
BLUE value IS 205 (80.47% from 255) = 45.56%
R=26.44%
G=28%
B=45.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1191262050.420.3900.20235.1246.2463.53
Hex777ECD2A27014eb2e40
Octal167176315524702435356100
Binary1110111111111011001101101010100111010100111010111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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