#776DC3

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

Shades of Moody Blue #776DC3

Tints of Moody Blue #776DC3

Color information

#776DC3 (or 0x776DC3) is unknown color: approx Moody Blue. HEX triplet: 77, 6D and C3. RGB value is (119,109,195). Sum of RGB (Red+Green+Blue) = 119+109+195=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 109 (42.97% from 255 or 25.77% from 423); Blue value is 195 (76.56% from 255 or 46.10% from 423); Max value from RGB is 195 - color contains mainly: blue. Hex color #776DC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776DC3 is #88923C. Grayscale: #797979. Windows color (decimal): -8950333 or 12807543. OLE color: 12807543.

HSL color Cylindrical-coordinate representation of color #776DC3: hue angle of 246.98º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #776DC3 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB119109195-
CMYK0.390.4400.24
HSL246.98º41.75%59.61%-
HSV(B)246.98º44.1%76.47%-
XYZ22.9318.854.05-
YUV121.79169.31126.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.13%
GREEN value IS 109 (42.97% from 255) = 25.77%
BLUE value IS 195 (76.56% from 255) = 46.10%
R=28.13%
G=25.77%
B=46.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1191091950.390.4400.24246.9841.7559.61
Hex776DC3272C018f72a3c
Octal16715530347540303675274
Binary111011111011011100001110011110110001100011110111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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