#7A77CE

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

Shades of Moody Blue #7A77CE

Tints of Moody Blue #7A77CE

Color information

#7A77CE (or 0x7A77CE) is unknown color: approx Moody Blue. HEX triplet: 7A, 77 and CE. RGB value is (122,119,206). Sum of RGB (Red+Green+Blue) = 122+119+206=447 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.29% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A77CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A77CE is #858831. Grayscale: #818181. Windows color (decimal): -8751154 or 13531002. OLE color: 13531002.

HSL color Cylindrical-coordinate representation of color #7A77CE: hue angle of 242.07º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A77CE is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB122119206-
CMYK0.410.4200.19
HSL242.07º47.03%63.73%-
HSV(B)242.07º42.23%80.78%-
XYZ25.7621.7961.24-
YUV129.82170.99122.43-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.29%
GREEN value IS 119 (46.88% from 255) = 26.62%
BLUE value IS 206 (80.86% from 255) = 46.09%
R=27.29%
G=26.62%
B=46.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1221192060.410.4200.19242.0747.0363.73
Hex7A77CE292A013f22f40
Octal172167316515202336257100
Binary1111010111011111001110101001101010010011111100101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A77CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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