#7A77C4

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

Shades of Moody Blue #7A77C4

Tints of Moody Blue #7A77C4

Color information

#7A77C4 (or 0x7A77C4) is unknown color: approx Moody Blue. HEX triplet: 7A, 77 and C4. RGB value is (122,119,196). Sum of RGB (Red+Green+Blue) = 122+119+196=437 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.92% from 437); Green value is 119 (46.88% from 255 or 27.23% 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 #7A77C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A77C4 is #85883B. Grayscale: #808080. Windows color (decimal): -8751164 or 12875642. OLE color: 12875642.

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

Color convert

RGB122119196-
CMYK0.380.3900.23
HSL242.34º39.49%61.76%-
HSV(B)242.34º39.29%76.86%-
XYZ24.5921.3255.04-
YUV128.67165.99123.24-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1221191960.380.3900.23242.3439.4961.76
Hex7A77C42627017f2273e
Octal17216730446470273624776
Binary111101011101111100010010011010011101011111110010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A77C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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