#7D72CB

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

Shades of Moody Blue #7D72CB

Tints of Moody Blue #7D72CB

Color information

#7D72CB (or 0x7D72CB) is unknown color: approx Moody Blue. HEX triplet: 7D, 72 and CB. RGB value is (125,114,203). Sum of RGB (Red+Green+Blue) = 125+114+203=442 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.28% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D72CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D72CB is #828D34. Grayscale: #7F7F7F. Windows color (decimal): -8555829 or 13333117. OLE color: 13333117.

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

Color convert

RGB125114203-
CMYK0.380.4400.20
HSL247.42º46.11%62.16%-
HSV(B)247.42º43.84%79.61%-
XYZ25.2520.7159.17-
YUV127.43170.64126.26-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.28%
GREEN value IS 114 (44.92% from 255) = 25.79%
BLUE value IS 203 (79.69% from 255) = 45.93%
R=28.28%
G=25.79%
B=45.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1251142030.380.4400.20247.4246.1162.16
Hex7D72CB262C014f72e3e
Octal17516231346540243675676
Binary111110111100101100101110011010110001010011110111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D72CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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