#776DBC

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

Shades of Moody Blue #776DBC

Tints of Moody Blue #776DBC

Color information

#776DBC (or 0x776DBC) is unknown color: approx Moody Blue. HEX triplet: 77, 6D and BC. RGB value is (119,109,188). Sum of RGB (Red+Green+Blue) = 119+109+188=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #776DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776DBC is #889243. Grayscale: #787878. Windows color (decimal): -8950340 or 12348791. OLE color: 12348791.

HSL color Cylindrical-coordinate representation of color #776DBC: hue angle of 247.59º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #776DBC is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB119109188-
CMYK0.370.4200.26
HSL247.59º37.09%58.24%-
HSV(B)247.59º42.02%73.73%-
XYZ22.1518.4949.98-
YUV121165.81126.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.61%
GREEN value IS 109 (42.97% from 255) = 26.20%
BLUE value IS 188 (73.83% from 255) = 45.19%
R=28.61%
G=26.20%
B=45.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1191091880.370.4200.26247.5937.0958.24
Hex776DBC252A01Af8253a
Octal16715527445520323704572
Binary111011111011011011110010010110101001101011111000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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