#7379CE

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

Shades of Moody Blue #7379CE

Tints of Moody Blue #7379CE

Color information

#7379CE (or 0x7379CE) is unknown color: approx Moody Blue. HEX triplet: 73, 79 and CE. RGB value is (115,121,206). Sum of RGB (Red+Green+Blue) = 115+121+206=442 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.02% from 442); Green value is 121 (47.66% from 255 or 27.38% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #7379CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7379CE is #8C8631. Grayscale: #808080. Windows color (decimal): -9209394 or 13531507. OLE color: 13531507.

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

Color convert

RGB115121206-
CMYK0.440.4100.19
HSL236.04º48.15%62.94%-
HSV(B)236.04º44.17%80.78%-
XYZ25.0521.7861.28-
YUV128.9171.51118.09-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.02%
GREEN value IS 121 (47.66% from 255) = 27.38%
BLUE value IS 206 (80.86% from 255) = 46.61%
R=26.02%
G=27.38%
B=46.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1151212060.440.4100.19236.0448.1562.94
Hex7379CE2C29013ec303f
Octal16317131654510233546077
Binary111001111110011100111010110010100101001111101100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7379CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7379CE; }

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

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

<style>
 a { background-color: #7379CE; }

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

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

<style>
 span { border-color: #7379CE; }

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

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