#776DCA

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

Shades of Moody Blue #776DCA

Tints of Moody Blue #776DCA

Color information

#776DCA (or 0x776DCA) is unknown color: approx Moody Blue. HEX triplet: 77, 6D and CA. RGB value is (119,109,202). Sum of RGB (Red+Green+Blue) = 119+109+202=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #776DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776DCA is #889235. Grayscale: #7A7A7A. Windows color (decimal): -8950326 or 13266295. OLE color: 13266295.

HSL color Cylindrical-coordinate representation of color #776DCA: hue angle of 246.45º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #776DCA is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB119109202-
CMYK0.410.4600.21
HSL246.45º46.73%60.98%-
HSV(B)246.45º46.04%79.22%-
XYZ23.7419.1258.32-
YUV122.59172.81125.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.67%
GREEN value IS 109 (42.97% from 255) = 25.35%
BLUE value IS 202 (79.30% from 255) = 46.98%
R=27.67%
G=25.35%
B=46.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1191092020.410.4600.21246.4546.7360.98
Hex776DCA292E015f62f3d
Octal16715531251560253665775
Binary111011111011011100101010100110111001010111110110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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