#7F80DC

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

Shades of Moody Blue #7F80DC

Tints of Moody Blue #7F80DC

Color information

#7F80DC (or 0x7F80DC) is unknown color: approx Moody Blue. HEX triplet: 7F, 80 and DC. RGB value is (127,128,220). Sum of RGB (Red+Green+Blue) = 127+128+220=475 (62% of max value = 765). Red value is 127 (50% from 255 or 26.74% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F80DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F80DC is #807F23. Grayscale: #898989. Windows color (decimal): -8421156 or 14450815. OLE color: 14450815.

HSL color Cylindrical-coordinate representation of color #7F80DC: hue angle of 239.35º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F80DC is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB127128220-
CMYK0.420.4200.14
HSL239.35º57.06%68.04%-
HSV(B)239.35º42.27%86.27%-
XYZ29.3925.1271.01-
YUV138.19174.17120.02-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.74%
GREEN value IS 128 (50.39% from 255) = 26.95%
BLUE value IS 220 (86.33% from 255) = 46.32%
R=26.74%
G=26.95%
B=46.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1271282200.420.4200.14239.3557.0668.04
Hex7F80DC2A2A0Eef3944
Octal177200334525201635771104
Binary1111111100000001101110010101010101001110111011111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F80DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,128,220); }

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

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

 a { background-color: rgb(127,128,220); }

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

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

 span { border-color: rgb(127,128,220); }

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