#777AC4

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

Shades of Moody Blue #777AC4

Tints of Moody Blue #777AC4

Color information

#777AC4 (or 0x777AC4) is unknown color: approx Moody Blue. HEX triplet: 77, 7A and C4. RGB value is (119,122,196). Sum of RGB (Red+Green+Blue) = 119+122+196=437 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.23% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 196 (76.95% from 255 or 44.85% from 437); Max value from RGB is 196 - color contains mainly: blue. Hex color #777AC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777AC4 is #88853B. Grayscale: #818181. Windows color (decimal): -8947004 or 12876407. OLE color: 12876407.

HSL color Cylindrical-coordinate representation of color #777AC4: hue angle of 237.66º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #777AC4 is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB119122196-
CMYK0.390.3800.23
HSL237.66º39.49%61.76%-
HSV(B)237.66º39.29%76.86%-
XYZ24.5321.8355.14-
YUV129.54165.51120.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.23%
GREEN value IS 122 (48.05% from 255) = 27.92%
BLUE value IS 196 (76.95% from 255) = 44.85%
R=27.23%
G=27.92%
B=44.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1191221960.390.3800.23237.6639.4961.76
Hex777AC42726017ee273e
Octal16717230447460273564776
Binary111011111110101100010010011110011001011111101110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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