#7D78CD

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

Shades of Moody Blue #7D78CD

Tints of Moody Blue #7D78CD

Color information

#7D78CD (or 0x7D78CD) is unknown color: approx Moody Blue. HEX triplet: 7D, 78 and CD. RGB value is (125,120,205). Sum of RGB (Red+Green+Blue) = 125+120+205=450 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.78% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D78CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D78CD is #828732. Grayscale: #828282. Windows color (decimal): -8554291 or 13465725. OLE color: 13465725.

HSL color Cylindrical-coordinate representation of color #7D78CD: hue angle of 243.53º 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 #7D78CD is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB125120205-
CMYK0.390.4100.20
HSL243.53º45.95%63.73%-
HSV(B)243.53º41.46%80.39%-
XYZ26.1922.260.66-
YUV131.18169.66123.59-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.78%
GREEN value IS 120 (47.27% from 255) = 26.67%
BLUE value IS 205 (80.47% from 255) = 45.56%
R=27.78%
G=26.67%
B=45.56%

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
Decimal1251202050.390.4100.20243.5345.9563.73
Hex7D78CD2729014f42e40
Octal175170315475102436456100
Binary1111101111100011001101100111101001010100111101001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D78CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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