#806ED3

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

Shades of Moody Blue #806ED3

Tints of Moody Blue #806ED3

Color information

#806ED3 (or 0x806ED3) is unknown color: approx Moody Blue. HEX triplet: 80, 6E and D3. RGB value is (128,110,211). Sum of RGB (Red+Green+Blue) = 128+110+211=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 211 (82.81% from 255 or 46.99% from 449); Max value from RGB is 211 - color contains mainly: blue. Hex color #806ED3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806ED3 is #7F912C. Grayscale: #7E7E7E. Windows color (decimal): -8360237 or 13856384. OLE color: 13856384.

HSL color Cylindrical-coordinate representation of color #806ED3: hue angle of 250.69º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #806ED3 is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB128110211-
CMYK0.390.4800.17
HSL250.69º53.44%62.94%-
HSV(B)250.69º47.87%82.75%-
XYZ26.2420.4464.19-
YUV126.9175.46128.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.51%
GREEN value IS 110 (43.36% from 255) = 24.50%
BLUE value IS 211 (82.81% from 255) = 46.99%
R=28.51%
G=24.50%
B=46.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1281102110.390.4800.17250.6953.4462.94
Hex806ED32730011fb353f
Octal20015632347600213736577
Binary1000000011011101101001110011111000001000111111011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,110,211); }

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

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

 a { background-color: rgb(128,110,211); }

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

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

 span { border-color: rgb(128,110,211); }

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