#7A73CF

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

Shades of Moody Blue #7A73CF

Tints of Moody Blue #7A73CF

Color information

#7A73CF (or 0x7A73CF) is unknown color: approx Moody Blue. HEX triplet: 7A, 73 and CF. RGB value is (122,115,207). Sum of RGB (Red+Green+Blue) = 122+115+207=444 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.48% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #7A73CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A73CF is #858C30. Grayscale: #7F7F7F. Windows color (decimal): -8752177 or 13595514. OLE color: 13595514.

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

Color convert

RGB122115207-
CMYK0.410.4400.19
HSL244.57º48.94%63.14%-
HSV(B)244.57º44.44%81.18%-
XYZ25.4220.961.73-
YUV127.58172.82124.02-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.48%
GREEN value IS 115 (45.31% from 255) = 25.90%
BLUE value IS 207 (81.25% from 255) = 46.62%
R=27.48%
G=25.90%
B=46.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1221152070.410.4400.19244.5748.9463.14
Hex7A73CF292C013f5313f
Octal17216331751540233656177
Binary111101011100111100111110100110110001001111110101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A73CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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