#777DC9

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

Shades of Moody Blue #777DC9

Tints of Moody Blue #777DC9

Color information

#777DC9 (or 0x777DC9) is unknown color: approx Moody Blue. HEX triplet: 77, 7D and C9. RGB value is (119,125,201). Sum of RGB (Red+Green+Blue) = 119+125+201=445 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.74% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 201 (78.91% from 255 or 45.17% from 445); Max value from RGB is 201 - color contains mainly: blue. Hex color #777DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777DC9 is #888236. Grayscale: #838383. Windows color (decimal): -8946231 or 13204855. OLE color: 13204855.

HSL color Cylindrical-coordinate representation of color #777DC9: hue angle of 235.61º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #777DC9 is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB119125201-
CMYK0.410.3800.21
HSL235.61º43.16%62.75%-
HSV(B)235.61º40.8%78.82%-
XYZ25.4822.8158.32-
YUV131.87167.01118.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.74%
GREEN value IS 125 (49.22% from 255) = 28.09%
BLUE value IS 201 (78.91% from 255) = 45.17%
R=26.74%
G=28.09%
B=45.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1191252010.410.3800.21235.6143.1662.75
Hex777DC92926015ec2b3f
Octal16717531151460253545377
Binary111011111111011100100110100110011001010111101100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,125,201); }

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

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

 a { background-color: rgb(119,125,201); }

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

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

 span { border-color: rgb(119,125,201); }

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