#7D72C3

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

Shades of Moody Blue #7D72C3

Tints of Moody Blue #7D72C3

Color information

#7D72C3 (or 0x7D72C3) is unknown color: approx Moody Blue. HEX triplet: 7D, 72 and C3. RGB value is (125,114,195). Sum of RGB (Red+Green+Blue) = 125+114+195=434 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.80% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 195 (76.56% from 255 or 44.93% from 434); Max value from RGB is 195 - color contains mainly: blue. Hex color #7D72C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D72C3 is #828D3C. Grayscale: #7E7E7E. Windows color (decimal): -8555837 or 12808829. OLE color: 12808829.

HSL color Cylindrical-coordinate representation of color #7D72C3: hue angle of 248.15º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7D72C3 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB125114195-
CMYK0.360.4200.24
HSL248.15º40.3%60.59%-
HSV(B)248.15º41.54%76.47%-
XYZ24.3320.3354.27-
YUV126.52166.64126.91-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.80%
GREEN value IS 114 (44.92% from 255) = 26.27%
BLUE value IS 195 (76.56% from 255) = 44.93%
R=28.80%
G=26.27%
B=44.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251141950.360.4200.24248.1540.360.59
Hex7D72C3242A018f8283d
Octal17516230344520303705075
Binary111110111100101100001110010010101001100011111000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D72C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,114,195); }

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

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

 a { background-color: rgb(125,114,195); }

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

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

 span { border-color: rgb(125,114,195); }

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