#776CC8

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

Shades of Moody Blue #776CC8

Tints of Moody Blue #776CC8

Color information

#776CC8 (or 0x776CC8) is unknown color: approx Moody Blue. HEX triplet: 77, 6C and C8. RGB value is (119,108,200). Sum of RGB (Red+Green+Blue) = 119+108+200=427 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.87% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 200 (78.52% from 255 or 46.84% from 427); Max value from RGB is 200 - color contains mainly: blue. Hex color #776CC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776CC8 is #889337. Grayscale: #797979. Windows color (decimal): -8950584 or 13134967. OLE color: 13134967.

HSL color Cylindrical-coordinate representation of color #776CC8: hue angle of 247.17º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #776CC8 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB119108200-
CMYK0.400.4600.22
HSL247.17º45.54%60.39%-
HSV(B)247.17º46%78.43%-
XYZ23.418.8257.04-
YUV121.78172.14126.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.87%
GREEN value IS 108 (42.58% from 255) = 25.29%
BLUE value IS 200 (78.52% from 255) = 46.84%
R=27.87%
G=25.29%
B=46.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1191082000.400.4600.22247.1745.5460.39
Hex776CC8282E016f72e3c
Octal16715431050560263675674
Binary111011111011001100100010100010111001011011110111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,108,200); }

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

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

 a { background-color: rgb(119,108,200); }

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

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

 span { border-color: rgb(119,108,200); }

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