#7C80D6

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

Shades of Moody Blue #7C80D6

Tints of Moody Blue #7C80D6

Color information

#7C80D6 (or 0x7C80D6) is unknown color: approx Moody Blue. HEX triplet: 7C, 80 and D6. RGB value is (124,128,214). Sum of RGB (Red+Green+Blue) = 124+128+214=466 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.61% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 214 (83.98% from 255 or 45.92% from 466); Max value from RGB is 214 - color contains mainly: blue. Hex color #7C80D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C80D6 is #837F29. Grayscale: #888888. Windows color (decimal): -8617770 or 14057596. OLE color: 14057596.

HSL color Cylindrical-coordinate representation of color #7C80D6: hue angle of 237.33º degrees, saturation: 0.52, 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 #7C80D6 is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB124128214-
CMYK0.420.4000.16
HSL237.33º52.33%66.27%-
HSV(B)237.33º42.06%83.92%-
XYZ28.1724.5866.88-
YUV136.61171.67119.01-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.61%
GREEN value IS 128 (50.39% from 255) = 27.47%
BLUE value IS 214 (83.98% from 255) = 45.92%
R=26.61%
G=27.47%
B=45.92%

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
Decimal1241282140.420.4000.16237.3352.3366.27
Hex7C80D62A28010ed3442
Octal174200326525002035564102
Binary11111001000000011010110101010101000010000111011011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C80D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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