#7A72BF

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

Shades of Moody Blue #7A72BF

Tints of Moody Blue #7A72BF

Color information

#7A72BF (or 0x7A72BF) is unknown color: approx Moody Blue. HEX triplet: 7A, 72 and BF. RGB value is (122,114,191). Sum of RGB (Red+Green+Blue) = 122+114+191=427 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.57% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #7A72BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A72BF is #858D40. Grayscale: #7C7C7C. Windows color (decimal): -8752449 or 12546682. OLE color: 12546682.

HSL color Cylindrical-coordinate representation of color #7A72BF: hue angle of 246.23º degrees, saturation: 0.38, 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 #7A72BF is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB122114191-
CMYK0.360.4000.25
HSL246.23º37.56%59.8%-
HSV(B)246.23º40.31%74.9%-
XYZ23.4519.9351.9-
YUV125.17165.15125.74-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.57%
GREEN value IS 114 (44.92% from 255) = 26.70%
BLUE value IS 191 (75% from 255) = 44.73%
R=28.57%
G=26.70%
B=44.73%

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
Decimal1221141910.360.4000.25246.2337.5659.8
Hex7A72BF2428019f6263c
Octal17216227744500313664674
Binary111101011100101011111110010010100001100111110110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A72BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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