#7774DA

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

Shades of Moody Blue #7774DA

Tints of Moody Blue #7774DA

Color information

#7774DA (or 0x7774DA) is unknown color: approx Moody Blue. HEX triplet: 77, 74 and DA. RGB value is (119,116,218). Sum of RGB (Red+Green+Blue) = 119+116+218=453 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.27% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #7774DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7774DA is #888B25. Grayscale: #808080. Windows color (decimal): -8948518 or 14316663. OLE color: 14316663.

HSL color Cylindrical-coordinate representation of color #7774DA: hue angle of 241.76º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7774DA is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB119116218-
CMYK0.450.4700.15
HSL241.76º57.95%65.49%-
HSV(B)241.76º46.79%85.49%-
XYZ26.5121.4769.08-
YUV128.52178.49121.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.27%
GREEN value IS 116 (45.70% from 255) = 25.61%
BLUE value IS 218 (85.55% from 255) = 48.12%
R=26.27%
G=25.61%
B=48.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1191162180.450.4700.15241.7657.9565.49
Hex7774DA2D2F0Ff23a41
Octal167164332555701736272101
Binary111011111101001101101010110110111101111111100101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7774DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7774DA; }

 p { color: rgb(119,116,218); }

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

<style>
 a { background-color: #7774DA; }

 a { background-color: rgb(119,116,218); }

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

<style>
 span { border-color: #7774DA; }

 span { border-color: rgb(119,116,218); }

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