#777ADC

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

Shades of Moody Blue #777ADC

Tints of Moody Blue #777ADC

Color information

#777ADC (or 0x777ADC) is unknown color: approx Moody Blue. HEX triplet: 77, 7A and DC. RGB value is (119,122,220). Sum of RGB (Red+Green+Blue) = 119+122+220=461 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.81% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #777ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777ADC is #888523. Grayscale: #838383. Windows color (decimal): -8946980 or 14449271. OLE color: 14449271.

HSL color Cylindrical-coordinate representation of color #777ADC: hue angle of 238.22º degrees, saturation: 0.59, 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 #777ADC is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB119122220-
CMYK0.460.4500.14
HSL238.22º59.06%66.47%-
HSV(B)238.22º45.91%86.27%-
XYZ27.4923.0170.7-
YUV132.28177.51118.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.81%
GREEN value IS 122 (48.05% from 255) = 26.46%
BLUE value IS 220 (86.33% from 255) = 47.72%
R=25.81%
G=26.46%
B=47.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1191222200.460.4500.14238.2259.0666.47
Hex777ADC2E2D0Eee3b42
Octal167172334565501635673102
Binary111011111110101101110010111010110101110111011101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777ADC; }

 p { color: rgb(119,122,220); }

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

<style>
 a { background-color: #777ADC; }

 a { background-color: rgb(119,122,220); }

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

<style>
 span { border-color: #777ADC; }

 span { border-color: rgb(119,122,220); }

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