#7378C9

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

Shades of Moody Blue #7378C9

Tints of Moody Blue #7378C9

Color information

#7378C9 (or 0x7378C9) is unknown color: approx Moody Blue. HEX triplet: 73, 78 and C9. RGB value is (115,120,201). Sum of RGB (Red+Green+Blue) = 115+120+201=436 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.38% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 201 (78.91% from 255 or 46.10% from 436); Max value from RGB is 201 - color contains mainly: blue. Hex color #7378C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7378C9 is #8C8736. Grayscale: #7F7F7F. Windows color (decimal): -9209655 or 13203571. OLE color: 13203571.

HSL color Cylindrical-coordinate representation of color #7378C9: hue angle of 236.51º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7378C9 is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB115120201-
CMYK0.430.4000.21
HSL236.51º44.33%61.96%-
HSV(B)236.51º42.79%78.82%-
XYZ24.3321.2958.09-
YUV127.74169.34118.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.38%
GREEN value IS 120 (47.27% from 255) = 27.52%
BLUE value IS 201 (78.91% from 255) = 46.10%
R=26.38%
G=27.52%
B=46.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1151202010.430.4000.21236.5144.3361.96
Hex7378C92B28015ed2c3e
Octal16317031153500253555476
Binary111001111110001100100110101110100001010111101101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7378C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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