#7c77c4

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

Shades of Moody Blue #7C77C4

Tints of Moody Blue #7C77C4

Color information

#7C77C4 (or 0x7C77C4) is unknown color: approx Moody Blue. HEX triplet: 7C, 77 and C4. RGB value is (124,119,196). Sum of RGB (Red+Green+Blue) = 124+119+196=439 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.25% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 196 (76.95% from 255 or 44.65% from 439); Max value from RGB is 196 - color contains mainly: blue. Hex color #7C77C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C77C4 is #83883B. Grayscale: #808080. Windows color (decimal): -8620092 or 12875644. OLE color: 12875644.

HSL color Cylindrical-coordinate representation of color #7C77C4: hue angle of 243.9º 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 #7C77C4 is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB124119196-
CMYK0.370.3900.23
HSL243.9º39.49%61.76%-
HSV(B)243.9º39.29%76.86%-
XYZ24.8721.4655.06-
YUV129.27165.66124.24-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.25%
GREEN value IS 119 (46.88% from 255) = 27.11%
BLUE value IS 196 (76.95% from 255) = 44.65%
R=28.25%
G=27.11%
B=44.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1241191960.370.3900.23243.939.4961.76
Hex7C77C42527017f4273e
Octal17416730445470273644776
Binary111110011101111100010010010110011101011111110100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c77c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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