#7A72BE

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

Shades of Moody Blue #7A72BE

Tints of Moody Blue #7A72BE

Color information

#7A72BE (or 0x7A72BE) is unknown color: approx Moody Blue. HEX triplet: 7A, 72 and BE. RGB value is (122,114,190). Sum of RGB (Red+Green+Blue) = 122+114+190=426 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.64% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A72BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A72BE is #858D41. Grayscale: #7C7C7C. Windows color (decimal): -8752450 or 12481146. OLE color: 12481146.

HSL color Cylindrical-coordinate representation of color #7A72BE: hue angle of 246.32º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A72BE is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB122114190-
CMYK0.360.4000.25
HSL246.32º36.89%59.61%-
HSV(B)246.32º40%74.51%-
XYZ23.3419.8951.32-
YUV125.06164.65125.82-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.64%
GREEN value IS 114 (44.92% from 255) = 26.76%
BLUE value IS 190 (74.61% from 255) = 44.60%
R=28.64%
G=26.76%
B=44.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221141900.360.4000.25246.3236.8959.61
Hex7A72BE2428019f6253c
Octal17216227644500313664574
Binary111101011100101011111010010010100001100111110110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A72BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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