#7378CE

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

Shades of Moody Blue #7378CE

Tints of Moody Blue #7378CE

Color information

#7378CE (or 0x7378CE) is unknown color: approx Moody Blue. HEX triplet: 73, 78 and CE. RGB value is (115,120,206). Sum of RGB (Red+Green+Blue) = 115+120+206=441 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.08% from 441); Green value is 120 (47.27% from 255 or 27.21% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #7378CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7378CE is #8C8731. Grayscale: #7F7F7F. Windows color (decimal): -9209650 or 13531251. OLE color: 13531251.

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

Color convert

RGB115120206-
CMYK0.440.4200.19
HSL236.7º48.15%62.94%-
HSV(B)236.7º44.17%80.78%-
XYZ24.9321.5361.24-
YUV128.31171.84118.51-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.08%
GREEN value IS 120 (47.27% from 255) = 27.21%
BLUE value IS 206 (80.86% from 255) = 46.71%
R=26.08%
G=27.21%
B=46.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1151202060.440.4200.19236.748.1562.94
Hex7378CE2C2A013ed303f
Octal16317031654520233556077
Binary111001111110001100111010110010101001001111101101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7378CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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