#7E77DB

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

Shades of Moody Blue #7E77DB

Tints of Moody Blue #7E77DB

Color information

#7E77DB (or 0x7E77DB) is unknown color: approx Moody Blue. HEX triplet: 7E, 77 and DB. RGB value is (126,119,219). Sum of RGB (Red+Green+Blue) = 126+119+219=464 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.16% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E77DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E77DB is #818824. Grayscale: #848484. Windows color (decimal): -8488997 or 14382974. OLE color: 14382974.

HSL color Cylindrical-coordinate representation of color #7E77DB: hue angle of 244.2º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E77DB is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB126119219-
CMYK0.420.4600.14
HSL244.2º58.14%66.27%-
HSV(B)244.2º45.66%85.88%-
XYZ27.9922.7469.93-
YUV132.49176.82123.37-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.16%
GREEN value IS 119 (46.88% from 255) = 25.65%
BLUE value IS 219 (85.94% from 255) = 47.20%
R=27.16%
G=25.65%
B=47.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1261192190.420.4600.14244.258.1466.27
Hex7E77DB2A2E0Ef43a42
Octal176167333525601636472102
Binary111111011101111101101110101010111001110111101001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E77DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E77DB; }

 p { color: rgb(126,119,219); }

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

<style>
 a { background-color: #7E77DB; }

 a { background-color: rgb(126,119,219); }

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

<style>
 span { border-color: #7E77DB; }

 span { border-color: rgb(126,119,219); }

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