#776DCD

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

Shades of Moody Blue #776DCD

Tints of Moody Blue #776DCD

Color information

#776DCD (or 0x776DCD) is unknown color: approx Moody Blue. HEX triplet: 77, 6D and CD. RGB value is (119,109,205). Sum of RGB (Red+Green+Blue) = 119+109+205=433 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.48% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #776DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776DCD is #889232. Grayscale: #7A7A7A. Windows color (decimal): -8950323 or 13462903. OLE color: 13462903.

HSL color Cylindrical-coordinate representation of color #776DCD: hue angle of 246.25º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #776DCD is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB119109205-
CMYK0.420.4700.20
HSL246.25º48.98%61.57%-
HSV(B)246.25º46.83%80.39%-
XYZ24.119.2760.21-
YUV122.93174.31125.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.48%
GREEN value IS 109 (42.97% from 255) = 25.17%
BLUE value IS 205 (80.47% from 255) = 47.34%
R=27.48%
G=25.17%
B=47.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1191092050.420.4700.20246.2548.9861.57
Hex776DCD2A2F014f6313e
Octal16715531552570243666176
Binary111011111011011100110110101010111101010011110110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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