#806DD8

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

Shades of Moody Blue #806DD8

Tints of Moody Blue #806DD8

Color information

#806DD8 (or 0x806DD8) is unknown color: approx Moody Blue. HEX triplet: 80, 6D and D8. RGB value is (128,109,216). Sum of RGB (Red+Green+Blue) = 128+109+216=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 109 (42.97% from 255 or 24.06% from 453); Blue value is 216 (84.77% from 255 or 47.68% from 453); Max value from RGB is 216 - color contains mainly: blue. Hex color #806DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806DD8 is #7F9227. Grayscale: #7E7E7E. Windows color (decimal): -8360488 or 14183808. OLE color: 14183808.

HSL color Cylindrical-coordinate representation of color #806DD8: hue angle of 250.65º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #806DD8 is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB128109216-
CMYK0.410.5000.15
HSL250.65º57.84%63.73%-
HSV(B)250.65º49.54%84.71%-
XYZ26.7720.4867.51-
YUV126.88178.29128.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.26%
GREEN value IS 109 (42.97% from 255) = 24.06%
BLUE value IS 216 (84.77% from 255) = 47.68%
R=28.26%
G=24.06%
B=47.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1281092160.410.5000.15250.6557.8463.73
Hex806DD829320Ffb3a40
Octal200155330516201737372100
Binary1000000011011011101100010100111001001111111110111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806DD8; }

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

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

<style>
 a { background-color: #806DD8; }

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

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

<style>
 span { border-color: #806DD8; }

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

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