#7378C6

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

Shades of Moody Blue #7378C6

Tints of Moody Blue #7378C6

Color information

#7378C6 (or 0x7378C6) is unknown color: approx Moody Blue. HEX triplet: 73, 78 and C6. RGB value is (115,120,198). Sum of RGB (Red+Green+Blue) = 115+120+198=433 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.56% from 433); Green value is 120 (47.27% from 255 or 27.71% from 433); Blue value is 198 (77.73% from 255 or 45.73% from 433); Max value from RGB is 198 - color contains mainly: blue. Hex color #7378C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7378C6 is #8C8739. Grayscale: #7F7F7F. Windows color (decimal): -9209658 or 13006963. OLE color: 13006963.

HSL color Cylindrical-coordinate representation of color #7378C6: hue angle of 236.39º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7378C6 is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB115120198-
CMYK0.420.3900.22
HSL236.39º42.13%61.37%-
HSV(B)236.39º41.92%77.65%-
XYZ23.9821.1556.25-
YUV127.4167.84119.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.56%
GREEN value IS 120 (47.27% from 255) = 27.71%
BLUE value IS 198 (77.73% from 255) = 45.73%
R=26.56%
G=27.71%
B=45.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1151201980.420.3900.22236.3942.1361.37
Hex7378C62A27016ec2a3d
Octal16317030652470263545275
Binary111001111110001100011010101010011101011011101100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7378C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7378C6; }

 p { color: rgb(115,120,198); }

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

<style>
 a { background-color: #7378C6; }

 a { background-color: rgb(115,120,198); }

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

<style>
 span { border-color: #7378C6; }

 span { border-color: rgb(115,120,198); }

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