#7A77CA

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

Shades of Moody Blue #7A77CA

Tints of Moody Blue #7A77CA

Color information

#7A77CA (or 0x7A77CA) is unknown color: approx Moody Blue. HEX triplet: 7A, 77 and CA. RGB value is (122,119,202). Sum of RGB (Red+Green+Blue) = 122+119+202=443 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.54% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A77CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A77CA is #858835. Grayscale: #818181. Windows color (decimal): -8751158 or 13268858. OLE color: 13268858.

HSL color Cylindrical-coordinate representation of color #7A77CA: hue angle of 242.17º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A77CA is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB122119202-
CMYK0.400.4100.21
HSL242.17º43.92%62.94%-
HSV(B)242.17º41.09%79.22%-
XYZ25.2821.658.71-
YUV129.36168.99122.75-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.54%
GREEN value IS 119 (46.88% from 255) = 26.86%
BLUE value IS 202 (79.30% from 255) = 45.60%
R=27.54%
G=26.86%
B=45.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1221192020.400.4100.21242.1743.9262.94
Hex7A77CA2829015f22c3f
Octal17216731250510253625477
Binary111101011101111100101010100010100101010111110010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A77CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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