#7A72D9

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

Shades of Moody Blue #7A72D9

Tints of Moody Blue #7A72D9

Color information

#7A72D9 (or 0x7A72D9) is unknown color: approx Moody Blue. HEX triplet: 7A, 72 and D9. RGB value is (122,114,217). Sum of RGB (Red+Green+Blue) = 122+114+217=453 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.93% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 217 (85.16% from 255 or 47.90% from 453); Max value from RGB is 217 - color contains mainly: blue. Hex color #7A72D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A72D9 is #858D26. Grayscale: #7F7F7F. Windows color (decimal): -8752423 or 14250618. OLE color: 14250618.

HSL color Cylindrical-coordinate representation of color #7A72D9: hue angle of 244.66º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A72D9 is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB122114217-
CMYK0.440.4700.15
HSL244.66º57.54%64.9%-
HSV(B)244.66º47.47%85.1%-
XYZ26.5721.1868.33-
YUV128.13178.15123.62-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.93%
GREEN value IS 114 (44.92% from 255) = 25.17%
BLUE value IS 217 (85.16% from 255) = 47.90%
R=26.93%
G=25.17%
B=47.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1221142170.440.4700.15244.6657.5464.9
Hex7A72D92C2F0Ff53a41
Octal172162331545701736572101
Binary111101011100101101100110110010111101111111101011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A72D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,114,217); }

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

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

 a { background-color: rgb(122,114,217); }

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

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

 span { border-color: rgb(122,114,217); }

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