#776ECA

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

Shades of Moody Blue #776ECA

Tints of Moody Blue #776ECA

Color information

#776ECA (or 0x776ECA) is unknown color: approx Moody Blue. HEX triplet: 77, 6E and CA. RGB value is (119,110,202). Sum of RGB (Red+Green+Blue) = 119+110+202=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #776ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776ECA is #889135. Grayscale: #7A7A7A. Windows color (decimal): -8950070 or 13266551. OLE color: 13266551.

HSL color Cylindrical-coordinate representation of color #776ECA: hue angle of 245.87º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #776ECA is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB119110202-
CMYK0.410.4600.21
HSL245.87º46.46%61.18%-
HSV(B)245.87º45.54%79.22%-
XYZ23.8419.3458.35-
YUV123.18172.48125.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.61%
GREEN value IS 110 (43.36% from 255) = 25.52%
BLUE value IS 202 (79.30% from 255) = 46.87%
R=27.61%
G=25.52%
B=46.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1191102020.410.4600.21245.8746.4661.18
Hex776ECA292E015f62e3d
Octal16715631251560253665675
Binary111011111011101100101010100110111001010111110110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,110,202); }

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

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

 a { background-color: rgb(119,110,202); }

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

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

 span { border-color: rgb(119,110,202); }

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