#7C73CD

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

Shades of Moody Blue #7C73CD

Tints of Moody Blue #7C73CD

Color information

#7C73CD (or 0x7C73CD) is unknown color: approx Moody Blue. HEX triplet: 7C, 73 and CD. RGB value is (124,115,205). Sum of RGB (Red+Green+Blue) = 124+115+205=444 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.93% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C73CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C73CD is #838C32. Grayscale: #7F7F7F. Windows color (decimal): -8621107 or 13464444. OLE color: 13464444.

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

Color convert

RGB124115205-
CMYK0.400.4400.20
HSL246º47.37%62.75%-
HSV(B)246º43.9%80.39%-
XYZ25.4620.9560.46-
YUV127.95171.48125.18-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.93%
GREEN value IS 115 (45.31% from 255) = 25.90%
BLUE value IS 205 (80.47% from 255) = 46.17%
R=27.93%
G=25.90%
B=46.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1241152050.400.4400.2024647.3762.75
Hex7C73CD282C014f62f3f
Octal17416331550540243665777
Binary111110011100111100110110100010110001010011110110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C73CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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