#7D72CA

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

Shades of Moody Blue #7D72CA

Tints of Moody Blue #7D72CA

Color information

#7D72CA (or 0x7D72CA) is unknown color: approx Moody Blue. HEX triplet: 7D, 72 and CA. RGB value is (125,114,202). Sum of RGB (Red+Green+Blue) = 125+114+202=441 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.34% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #7D72CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D72CA is #828D35. Grayscale: #7E7E7E. Windows color (decimal): -8555830 or 13267581. OLE color: 13267581.

HSL color Cylindrical-coordinate representation of color #7D72CA: hue angle of 247.5º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D72CA is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB125114202-
CMYK0.380.4400.21
HSL247.5º45.36%61.96%-
HSV(B)247.5º43.56%79.22%-
XYZ25.1420.6658.54-
YUV127.32170.14126.34-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.34%
GREEN value IS 114 (44.92% from 255) = 25.85%
BLUE value IS 202 (79.30% from 255) = 45.80%
R=28.34%
G=25.85%
B=45.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1251142020.380.4400.21247.545.3661.96
Hex7D72CA262C015f82d3e
Octal17516231246540253705576
Binary111110111100101100101010011010110001010111111000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D72CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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