#807AD8

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

Shades of Moody Blue #807AD8

Tints of Moody Blue #807AD8

Color information

#807AD8 (or 0x807AD8) is unknown color: approx Moody Blue. HEX triplet: 80, 7A and D8. RGB value is (128,122,216). Sum of RGB (Red+Green+Blue) = 128+122+216=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 216 (84.77% from 255 or 46.35% from 466); Max value from RGB is 216 - color contains mainly: blue. Hex color #807AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807AD8 is #7F8527. Grayscale: #868686. Windows color (decimal): -8357160 or 14187136. OLE color: 14187136.

HSL color Cylindrical-coordinate representation of color #807AD8: hue angle of 243.83º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #807AD8 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB128122216-
CMYK0.410.4400.15
HSL243.83º54.65%66.27%-
HSV(B)243.83º43.52%84.71%-
XYZ28.2623.4768.01-
YUV134.51173.99123.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.47%
GREEN value IS 122 (48.05% from 255) = 26.18%
BLUE value IS 216 (84.77% from 255) = 46.35%
R=27.47%
G=26.18%
B=46.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1281222160.410.4400.15243.8354.6566.27
Hex807AD8292C0Ff43742
Octal200172330515401736467102
Binary1000000011110101101100010100110110001111111101001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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