#807AD6

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

Shades of Moody Blue #807AD6

Tints of Moody Blue #807AD6

Color information

#807AD6 (or 0x807AD6) is unknown color: approx Moody Blue. HEX triplet: 80, 7A and D6. RGB value is (128,122,214). Sum of RGB (Red+Green+Blue) = 128+122+214=464 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.59% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 214 (83.98% from 255 or 46.12% from 464); Max value from RGB is 214 - color contains mainly: blue. Hex color #807AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807AD6 is #7F8529. Grayscale: #858585. Windows color (decimal): -8357162 or 14056064. OLE color: 14056064.

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

Color convert

RGB128122214-
CMYK0.400.4300.16
HSL243.91º52.87%65.88%-
HSV(B)243.91º42.99%83.92%-
XYZ2823.3666.65-
YUV134.28172.99123.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.59%
GREEN value IS 122 (48.05% from 255) = 26.29%
BLUE value IS 214 (83.98% from 255) = 46.12%
R=27.59%
G=26.29%
B=46.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1281222140.400.4300.16243.9152.8765.88
Hex807AD6282B010f43542
Octal200172326505302036465102
Binary10000000111101011010110101000101011010000111101001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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