#7D78C4

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

Shades of Moody Blue #7D78C4

Tints of Moody Blue #7D78C4

Color information

#7D78C4 (or 0x7D78C4) is unknown color: approx Moody Blue. HEX triplet: 7D, 78 and C4. RGB value is (125,120,196). Sum of RGB (Red+Green+Blue) = 125+120+196=441 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.34% from 441); Green value is 120 (47.27% from 255 or 27.21% from 441); Blue value is 196 (76.95% from 255 or 44.44% from 441); Max value from RGB is 196 - color contains mainly: blue. Hex color #7D78C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D78C4 is #82873B. Grayscale: #818181. Windows color (decimal): -8554300 or 12875901. OLE color: 12875901.

HSL color Cylindrical-coordinate representation of color #7D78C4: hue angle of 243.95º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D78C4 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB125120196-
CMYK0.360.3900.23
HSL243.95º39.18%61.96%-
HSV(B)243.95º38.78%76.86%-
XYZ25.1421.7855.1-
YUV130.16165.16124.32-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.34%
GREEN value IS 120 (47.27% from 255) = 27.21%
BLUE value IS 196 (76.95% from 255) = 44.44%
R=28.34%
G=27.21%
B=44.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1251201960.360.3900.23243.9539.1861.96
Hex7D78C42427017f4273e
Octal17517030444470273644776
Binary111110111110001100010010010010011101011111110100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D78C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D78C4; }

 p { color: rgb(125,120,196); }

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

<style>
 a { background-color: #7D78C4; }

 a { background-color: rgb(125,120,196); }

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

<style>
 span { border-color: #7D78C4; }

 span { border-color: rgb(125,120,196); }

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