#7C73CE

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

Shades of Moody Blue #7C73CE

Tints of Moody Blue #7C73CE

Color information

#7C73CE (or 0x7C73CE) is unknown color: approx Moody Blue. HEX triplet: 7C, 73 and CE. RGB value is (124,115,206). Sum of RGB (Red+Green+Blue) = 124+115+206=445 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.87% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C73CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C73CE is #838C31. Grayscale: #7F7F7F. Windows color (decimal): -8621106 or 13529980. OLE color: 13529980.

HSL color Cylindrical-coordinate representation of color #7C73CE: hue angle of 245.93º 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 #7C73CE is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB124115206-
CMYK0.400.4400.19
HSL245.93º48.15%62.94%-
HSV(B)245.93º44.17%80.78%-
XYZ25.582161.1-
YUV128.06171.98125.1-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.87%
GREEN value IS 115 (45.31% from 255) = 25.84%
BLUE value IS 206 (80.86% from 255) = 46.29%
R=27.87%
G=25.84%
B=46.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1241152060.400.4400.19245.9348.1562.94
Hex7C73CE282C013f6303f
Octal17416331650540233666077
Binary111110011100111100111010100010110001001111110110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C73CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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