#7C80D7

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

Shades of Moody Blue #7C80D7

Tints of Moody Blue #7C80D7

Color information

#7C80D7 (or 0x7C80D7) is unknown color: approx Moody Blue. HEX triplet: 7C, 80 and D7. RGB value is (124,128,215). Sum of RGB (Red+Green+Blue) = 124+128+215=467 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.55% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 215 (84.38% from 255 or 46.04% from 467); Max value from RGB is 215 - color contains mainly: blue. Hex color #7C80D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C80D7 is #837F28. Grayscale: #888888. Windows color (decimal): -8617769 or 14123132. OLE color: 14123132.

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

Color convert

RGB124128215-
CMYK0.420.4000.16
HSL237.36º53.22%66.47%-
HSV(B)237.36º42.33%84.31%-
XYZ28.324.6367.55-
YUV136.72172.17118.93-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.55%
GREEN value IS 128 (50.39% from 255) = 27.41%
BLUE value IS 215 (84.38% from 255) = 46.04%
R=26.55%
G=27.41%
B=46.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1241282150.420.4000.16237.3653.2266.47
Hex7C80D72A28010ed3542
Octal174200327525002035565102
Binary11111001000000011010111101010101000010000111011011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C80D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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