#7973CD

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

Shades of Moody Blue #7973CD

Tints of Moody Blue #7973CD

Color information

#7973CD (or 0x7973CD) is unknown color: approx Moody Blue. HEX triplet: 79, 73 and CD. RGB value is (121,115,205). Sum of RGB (Red+Green+Blue) = 121+115+205=441 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.44% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #7973CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7973CD is #868C32. Grayscale: #7E7E7E. Windows color (decimal): -8817715 or 13464441. OLE color: 13464441.

HSL color Cylindrical-coordinate representation of color #7973CD: hue angle of 244º 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 #7973CD is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB121115205-
CMYK0.410.4400.20
HSL244º47.37%62.75%-
HSV(B)244º43.9%80.39%-
XYZ25.0420.7360.44-
YUV127.05171.99123.68-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.44%
GREEN value IS 115 (45.31% from 255) = 26.08%
BLUE value IS 205 (80.47% from 255) = 46.49%
R=27.44%
G=26.08%
B=46.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1211152050.410.4400.2024447.3762.75
Hex7973CD292C014f42f3f
Octal17116331551540243645777
Binary111100111100111100110110100110110001010011110100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7973CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7973CD; }

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

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

<style>
 a { background-color: #7973CD; }

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

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

<style>
 span { border-color: #7973CD; }

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

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