#7E72BF

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

Shades of Moody Blue #7E72BF

Tints of Moody Blue #7E72BF

Color information

#7E72BF (or 0x7E72BF) is unknown color: approx Moody Blue. HEX triplet: 7E, 72 and BF. RGB value is (126,114,191). Sum of RGB (Red+Green+Blue) = 126+114+191=431 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.23% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E72BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E72BF is #818D40. Grayscale: #7E7E7E. Windows color (decimal): -8490305 or 12546686. OLE color: 12546686.

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

Color convert

RGB126114191-
CMYK0.340.4000.25
HSL249.35º37.56%59.8%-
HSV(B)249.35º40.31%74.9%-
XYZ24.0320.2351.93-
YUV126.37164.48127.74-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.23%
GREEN value IS 114 (44.92% from 255) = 26.45%
BLUE value IS 191 (75% from 255) = 44.32%
R=29.23%
G=26.45%
B=44.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261141910.340.4000.25249.3537.5659.8
Hex7E72BF2228019f9263c
Octal17616227742500313714674
Binary111111011100101011111110001010100001100111111001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E72BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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