#7377C5

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

Shades of Moody Blue #7377C5

Tints of Moody Blue #7377C5

Color information

#7377C5 (or 0x7377C5) is unknown color: approx Moody Blue. HEX triplet: 73, 77 and C5. RGB value is (115,119,197). Sum of RGB (Red+Green+Blue) = 115+119+197=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 197 (77.34% from 255 or 45.71% from 431); Max value from RGB is 197 - color contains mainly: blue. Hex color #7377C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7377C5 is #8C883A. Grayscale: #7E7E7E. Windows color (decimal): -9209915 or 12941171. OLE color: 12941171.

HSL color Cylindrical-coordinate representation of color #7377C5: hue angle of 237.07º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7377C5 is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB115119197-
CMYK0.420.4000.23
HSL237.07º41.41%61.18%-
HSV(B)237.07º41.62%77.25%-
XYZ23.7520.8755.6-
YUV126.7167.67119.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.68%
GREEN value IS 119 (46.88% from 255) = 27.61%
BLUE value IS 197 (77.34% from 255) = 45.71%
R=26.68%
G=27.61%
B=45.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1151191970.420.4000.23237.0741.4161.18
Hex7377C52A28017ed293d
Octal16316730552500273555175
Binary111001111101111100010110101010100001011111101101101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7377C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7377C5; }

 p { color: rgb(115,119,197); }

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

<style>
 a { background-color: #7377C5; }

 a { background-color: rgb(115,119,197); }

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

<style>
 span { border-color: #7377C5; }

 span { border-color: rgb(115,119,197); }

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