#777DCD

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

Shades of Moody Blue #777DCD

Tints of Moody Blue #777DCD

Color information

#777DCD (or 0x777DCD) is unknown color: approx Moody Blue. HEX triplet: 77, 7D and CD. RGB value is (119,125,205). Sum of RGB (Red+Green+Blue) = 119+125+205=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #777DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777DCD is #888232. Grayscale: #848484. Windows color (decimal): -8946227 or 13466999. OLE color: 13466999.

HSL color Cylindrical-coordinate representation of color #777DCD: hue angle of 235.81º 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 #777DCD is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB119125205-
CMYK0.420.3900.20
HSL235.81º46.24%63.53%-
HSV(B)235.81º41.95%80.39%-
XYZ25.962360.83-
YUV132.33169.01118.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.50%
GREEN value IS 125 (49.22% from 255) = 27.84%
BLUE value IS 205 (80.47% from 255) = 45.66%
R=26.50%
G=27.84%
B=45.66%

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
Decimal1191252050.420.3900.20235.8146.2463.53
Hex777DCD2A27014ec2e40
Octal167175315524702435456100
Binary1110111111110111001101101010100111010100111011001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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