#807DDC

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

Shades of Moody Blue #807DDC

Tints of Moody Blue #807DDC

Color information

#807DDC (or 0x807DDC) is unknown color: approx Moody Blue. HEX triplet: 80, 7D and DC. RGB value is (128,125,220). Sum of RGB (Red+Green+Blue) = 128+125+220=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #807DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807DDC is #7F8223. Grayscale: #888888. Windows color (decimal): -8356388 or 14450048. OLE color: 14450048.

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

Color convert

RGB128125220-
CMYK0.420.4300.14
HSL241.89º57.58%67.65%-
HSV(B)241.89º43.18%86.27%-
XYZ29.1524.4270.89-
YUV136.73174.99121.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.06%
GREEN value IS 125 (49.22% from 255) = 26.43%
BLUE value IS 220 (86.33% from 255) = 46.51%
R=27.06%
G=26.43%
B=46.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1281252200.420.4300.14241.8957.5867.65
Hex807DDC2A2B0Ef23a44
Octal200175334525301636272104
Binary1000000011111011101110010101010101101110111100101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807DDC; }

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

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

<style>
 a { background-color: #807DDC; }

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

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

<style>
 span { border-color: #807DDC; }

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

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