#7E78CD

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

Shades of Moody Blue #7E78CD

Tints of Moody Blue #7E78CD

Color information

#7E78CD (or 0x7E78CD) is unknown color: approx Moody Blue. HEX triplet: 7E, 78 and CD. RGB value is (126,120,205). Sum of RGB (Red+Green+Blue) = 126+120+205=451 (59% of max value = 765). Red value is 126 (49.61% from 255 or 27.94% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #7E78CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E78CD is #818732. Grayscale: #838383. Windows color (decimal): -8488755 or 13465726. OLE color: 13465726.

HSL color Cylindrical-coordinate representation of color #7E78CD: hue angle of 244.24º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7E78CD is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB126120205-
CMYK0.390.4100.20
HSL244.24º45.95%63.73%-
HSV(B)244.24º41.46%80.39%-
XYZ26.3422.2860.67-
YUV131.48169.49124.09-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.94%
GREEN value IS 120 (47.27% from 255) = 26.61%
BLUE value IS 205 (80.47% from 255) = 45.45%
R=27.94%
G=26.61%
B=45.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1261202050.390.4100.20244.2445.9563.73
Hex7E78CD2729014f42e40
Octal176170315475102436456100
Binary1111110111100011001101100111101001010100111101001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E78CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,120,205); }

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

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

 a { background-color: rgb(126,120,205); }

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

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

 span { border-color: rgb(126,120,205); }

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