#776ABC

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

Shades of Moody Blue #776ABC

Tints of Moody Blue #776ABC

Color information

#776ABC (or 0x776ABC) is unknown color: approx Moody Blue. HEX triplet: 77, 6A and BC. RGB value is (119,106,188). Sum of RGB (Red+Green+Blue) = 119+106+188=413 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.81% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #776ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776ABC is #889543. Grayscale: #767676. Windows color (decimal): -8951108 or 12348023. OLE color: 12348023.

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

Color convert

RGB119106188-
CMYK0.370.4400.26
HSL249.51º37.96%57.65%-
HSV(B)249.51º43.62%73.73%-
XYZ21.8417.8649.87-
YUV119.24166.81127.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.81%
GREEN value IS 106 (41.80% from 255) = 25.67%
BLUE value IS 188 (73.83% from 255) = 45.52%
R=28.81%
G=25.67%
B=45.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1191061880.370.4400.26249.5137.9657.65
Hex776ABC252C01Afa263a
Octal16715227445540323724672
Binary111011111010101011110010010110110001101011111010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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