#7D78DB

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

Shades of Moody Blue #7D78DB

Tints of Moody Blue #7D78DB

Color information

#7D78DB (or 0x7D78DB) is unknown color: approx Moody Blue. HEX triplet: 7D, 78 and DB. RGB value is (125,120,219). Sum of RGB (Red+Green+Blue) = 125+120+219=464 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.94% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D78DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D78DB is #828724. Grayscale: #848484. Windows color (decimal): -8554277 or 14383229. OLE color: 14383229.

HSL color Cylindrical-coordinate representation of color #7D78DB: hue angle of 243.03º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7D78DB is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB125120219-
CMYK0.430.4500.14
HSL243.03º57.89%66.47%-
HSV(B)243.03º45.21%85.88%-
XYZ27.9622.9169.97-
YUV132.78176.66122.45-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.94%
GREEN value IS 120 (47.27% from 255) = 25.86%
BLUE value IS 219 (85.94% from 255) = 47.20%
R=26.94%
G=25.86%
B=47.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1251202190.430.4500.14243.0357.8966.47
Hex7D78DB2B2D0Ef33a42
Octal175170333535501636372102
Binary111110111110001101101110101110110101110111100111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D78DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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