#776DC9

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

Shades of Moody Blue #776DC9

Tints of Moody Blue #776DC9

Color information

#776DC9 (or 0x776DC9) is unknown color: approx Moody Blue. HEX triplet: 77, 6D and C9. RGB value is (119,109,201). Sum of RGB (Red+Green+Blue) = 119+109+201=429 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.74% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 201 (78.91% from 255 or 46.85% from 429); Max value from RGB is 201 - color contains mainly: blue. Hex color #776DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776DC9 is #889236. Grayscale: #7A7A7A. Windows color (decimal): -8950327 or 13200759. OLE color: 13200759.

HSL color Cylindrical-coordinate representation of color #776DC9: hue angle of 246.52º degrees, saturation: 0.46, 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 #776DC9 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB119109201-
CMYK0.410.4600.21
HSL246.52º46%60.78%-
HSV(B)246.52º45.77%78.82%-
XYZ23.6219.0857.7-
YUV122.48172.31125.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.74%
GREEN value IS 109 (42.97% from 255) = 25.41%
BLUE value IS 201 (78.91% from 255) = 46.85%
R=27.74%
G=25.41%
B=46.85%

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
Decimal1191092010.410.4600.21246.524660.78
Hex776DC9292E015f72e3d
Octal16715531151560253675675
Binary111011111011011100100110100110111001010111110111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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