#776FB5

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

Shades of Moody Blue #776FB5

Tints of Moody Blue #776FB5

Color information

#776FB5 (or 0x776FB5) is unknown color: approx Moody Blue. HEX triplet: 77, 6F and B5. RGB value is (119,111,181). Sum of RGB (Red+Green+Blue) = 119+111+181=411 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.95% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 181 (71.09% from 255 or 44.04% from 411); Max value from RGB is 181 - color contains mainly: blue. Hex color #776FB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776FB5 is #88904A. Grayscale: #797979. Windows color (decimal): -8949835 or 11890551. OLE color: 11890551.

HSL color Cylindrical-coordinate representation of color #776FB5: hue angle of 246.86º degrees, saturation: 0.32, 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 #776FB5 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB119111181-
CMYK0.340.3900.29
HSL246.86º32.11%57.25%-
HSV(B)246.86º38.67%70.98%-
XYZ21.6318.6346.17-
YUV121.37161.65126.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.95%
GREEN value IS 111 (43.75% from 255) = 27.01%
BLUE value IS 181 (71.09% from 255) = 44.04%
R=28.95%
G=27.01%
B=44.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1191111810.340.3900.29246.8632.1157.25
Hex776FB5222701Df72039
Octal16715726542470353674071
Binary111011111011111011010110001010011101110111110111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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