#7A73B4

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

Shades of Moody Blue #7A73B4

Tints of Moody Blue #7A73B4

Color information

#7A73B4 (or 0x7A73B4) is unknown color: approx Moody Blue. HEX triplet: 7A, 73 and B4. RGB value is (122,115,180). Sum of RGB (Red+Green+Blue) = 122+115+180=417 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.26% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 180 (70.70% from 255 or 43.17% from 417); Max value from RGB is 180 - color contains mainly: blue. Hex color #7A73B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A73B4 is #858C4B. Grayscale: #7C7C7C. Windows color (decimal): -8752204 or 11826042. OLE color: 11826042.

HSL color Cylindrical-coordinate representation of color #7A73B4: hue angle of 246.46º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A73B4 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB122115180-
CMYK0.320.3600.29
HSL246.46º30.23%57.84%-
HSV(B)246.46º36.11%70.59%-
XYZ22.3919.6945.8-
YUV124.5159.32126.21-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.26%
GREEN value IS 115 (45.31% from 255) = 27.58%
BLUE value IS 180 (70.70% from 255) = 43.17%
R=29.26%
G=27.58%
B=43.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1221151800.320.3600.29246.4630.2357.84
Hex7A73B4202401Df61e3a
Octal17216326440440353663672
Binary11110101110011101101001000001001000111011111011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A73B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,115,180); }

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

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

 a { background-color: rgb(122,115,180); }

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

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

 span { border-color: rgb(122,115,180); }

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