#7880D7

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

Shades of Moody Blue #7880D7

Tints of Moody Blue #7880D7

Color information

#7880D7 (or 0x7880D7) is unknown color: approx Moody Blue. HEX triplet: 78, 80 and D7. RGB value is (120,128,215). Sum of RGB (Red+Green+Blue) = 120+128+215=463 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.92% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 215 (84.38% from 255 or 46.44% from 463); Max value from RGB is 215 - color contains mainly: blue. Hex color #7880D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7880D7 is #877F28. Grayscale: #878787. Windows color (decimal): -8879913 or 14123128. OLE color: 14123128.

HSL color Cylindrical-coordinate representation of color #7880D7: hue angle of 234.95º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7880D7 is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB120128215-
CMYK0.440.4000.16
HSL234.95º54.29%65.69%-
HSV(B)234.95º44.19%84.31%-
XYZ27.7324.3467.53-
YUV135.53172.85116.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.92%
GREEN value IS 128 (50.39% from 255) = 27.65%
BLUE value IS 215 (84.38% from 255) = 46.44%
R=25.92%
G=27.65%
B=46.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1201282150.440.4000.16234.9554.2965.69
Hex7880D72C28010eb3642
Octal170200327545002035366102
Binary11110001000000011010111101100101000010000111010111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7880D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7880D7; }

 p { color: rgb(120,128,215); }

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

<style>
 a { background-color: #7880D7; }

 a { background-color: rgb(120,128,215); }

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

<style>
 span { border-color: #7880D7; }

 span { border-color: rgb(120,128,215); }

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