#806ED4

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

Shades of Moody Blue #806ED4

Tints of Moody Blue #806ED4

Color information

#806ED4 (or 0x806ED4) is unknown color: approx Moody Blue. HEX triplet: 80, 6E and D4. RGB value is (128,110,212). Sum of RGB (Red+Green+Blue) = 128+110+212=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 212 (83.20% from 255 or 47.11% from 450); Max value from RGB is 212 - color contains mainly: blue. Hex color #806ED4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806ED4 is #7F912B. Grayscale: #7E7E7E. Windows color (decimal): -8360236 or 13921920. OLE color: 13921920.

HSL color Cylindrical-coordinate representation of color #806ED4: hue angle of 250.59º degrees, saturation: 0.54, 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 #806ED4 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB128110212-
CMYK0.400.4800.17
HSL250.59º54.26%63.14%-
HSV(B)250.59º48.11%83.14%-
XYZ26.3620.4964.85-
YUV127.01175.96128.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.44%
GREEN value IS 110 (43.36% from 255) = 24.44%
BLUE value IS 212 (83.20% from 255) = 47.11%
R=28.44%
G=24.44%
B=47.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1281102120.400.4800.17250.5954.2663.14
Hex806ED42830011fb363f
Octal20015632450600213736677
Binary1000000011011101101010010100011000001000111111011110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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