#7D72D9

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

Shades of Moody Blue #7D72D9

Tints of Moody Blue #7D72D9

Color information

#7D72D9 (or 0x7D72D9) is unknown color: approx Moody Blue. HEX triplet: 7D, 72 and D9. RGB value is (125,114,217). Sum of RGB (Red+Green+Blue) = 125+114+217=456 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.41% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 217 (85.16% from 255 or 47.59% from 456); Max value from RGB is 217 - color contains mainly: blue. Hex color #7D72D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D72D9 is #828D26. Grayscale: #808080. Windows color (decimal): -8555815 or 14250621. OLE color: 14250621.

HSL color Cylindrical-coordinate representation of color #7D72D9: hue angle of 246.41º 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 #7D72D9 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB125114217-
CMYK0.420.4700.15
HSL246.41º57.54%64.9%-
HSV(B)246.41º47.47%85.1%-
XYZ2721.468.35-
YUV129.03177.64125.12-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.41%
GREEN value IS 114 (44.92% from 255) = 25%
BLUE value IS 217 (85.16% from 255) = 47.59%
R=27.41%
G=25%
B=47.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1251142170.420.4700.15246.4157.5464.9
Hex7D72D92A2F0Ff63a41
Octal175162331525701736672101
Binary111110111100101101100110101010111101111111101101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D72D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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