#776bc7

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

Shades of Moody Blue #776BC7

Tints of Moody Blue #776BC7

Color information

#776BC7 (or 0x776BC7) is unknown color: approx Moody Blue. HEX triplet: 77, 6B and C7. RGB value is (119,107,199). Sum of RGB (Red+Green+Blue) = 119+107+199=425 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 199 (78.12% from 255 or 46.82% from 425); Max value from RGB is 199 - color contains mainly: blue. Hex color #776BC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776BC7 is #889438. Grayscale: #787878. Windows color (decimal): -8950841 or 13069175. OLE color: 13069175.

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

Color convert

RGB119107199-
CMYK0.400.4600.22
HSL247.83º45.1%60%-
HSV(B)247.83º46.23%78.04%-
XYZ23.1718.5656.39-
YUV121.08171.98126.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28%
GREEN value IS 107 (42.19% from 255) = 25.18%
BLUE value IS 199 (78.12% from 255) = 46.82%
R=28%
G=25.18%
B=46.82%

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
Decimal1191071990.400.4600.22247.8345.160
Hex776BC7282E016f82d3c
Octal16715330750560263705574
Binary111011111010111100011110100010111001011011111000101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776bc7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,107,199); }

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

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

 a { background-color: rgb(119,107,199); }

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

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

 span { border-color: rgb(119,107,199); }

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