#7D73CE

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

Shades of Moody Blue #7D73CE

Tints of Moody Blue #7D73CE

Color information

#7D73CE (or 0x7D73CE) is unknown color: approx Moody Blue. HEX triplet: 7D, 73 and CE. RGB value is (125,115,206). Sum of RGB (Red+Green+Blue) = 125+115+206=446 (59% of max value = 765). Red value is 125 (49.22% from 255 or 28.03% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D73CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D73CE is #828C31. Grayscale: #808080. Windows color (decimal): -8555570 or 13529981. OLE color: 13529981.

HSL color Cylindrical-coordinate representation of color #7D73CE: hue angle of 246.59º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D73CE is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB125115206-
CMYK0.390.4400.19
HSL246.59º48.15%62.94%-
HSV(B)246.59º44.17%80.78%-
XYZ25.7321.0861.1-
YUV128.36171.81125.6-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.03%
GREEN value IS 115 (45.31% from 255) = 25.78%
BLUE value IS 206 (80.86% from 255) = 46.19%
R=28.03%
G=25.78%
B=46.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1251152060.390.4400.19246.5948.1562.94
Hex7D73CE272C013f7303f
Octal17516331647540233676077
Binary111110111100111100111010011110110001001111110111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D73CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,115,206); }

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

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

 a { background-color: rgb(125,115,206); }

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

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

 span { border-color: rgb(125,115,206); }

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