#776FB6

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

Shades of Moody Blue #776FB6

Tints of Moody Blue #776FB6

Color information

#776FB6 (or 0x776FB6) is unknown color: approx Moody Blue. HEX triplet: 77, 6F and B6. RGB value is (119,111,182). Sum of RGB (Red+Green+Blue) = 119+111+182=412 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.88% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 182 (71.48% from 255 or 44.17% from 412); Max value from RGB is 182 - color contains mainly: blue. Hex color #776FB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776FB6 is #889049. Grayscale: #797979. Windows color (decimal): -8949834 or 11956087. OLE color: 11956087.

HSL color Cylindrical-coordinate representation of color #776FB6: hue angle of 246.76º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #776FB6 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB119111182-
CMYK0.350.3900.29
HSL246.76º32.72%57.45%-
HSV(B)246.76º39.01%71.37%-
XYZ21.7418.6746.71-
YUV121.49162.15126.23-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.88%
GREEN value IS 111 (43.75% from 255) = 26.94%
BLUE value IS 182 (71.48% from 255) = 44.17%
R=28.88%
G=26.94%
B=44.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1191111820.350.3900.29246.7632.7257.45
Hex776FB6232701Df72139
Octal16715726643470353674171
Binary111011111011111011011010001110011101110111110111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,111,182); }

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

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

 a { background-color: rgb(119,111,182); }

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

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

 span { border-color: rgb(119,111,182); }

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