#806CD0

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

Shades of Moody Blue #806CD0

Tints of Moody Blue #806CD0

Color information

#806CD0 (or 0x806CD0) is unknown color: approx Moody Blue. HEX triplet: 80, 6C and D0. RGB value is (128,108,208). Sum of RGB (Red+Green+Blue) = 128+108+208=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 108 (42.58% from 255 or 24.32% from 444); Blue value is 208 (81.64% from 255 or 46.85% from 444); Max value from RGB is 208 - color contains mainly: blue. Hex color #806CD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806CD0 is #7F932F. Grayscale: #7D7D7D. Windows color (decimal): -8360752 or 13659264. OLE color: 13659264.

HSL color Cylindrical-coordinate representation of color #806CD0: hue angle of 252º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #806CD0 is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB128108208-
CMYK0.380.4800.18
HSL252º51.55%61.96%-
HSV(B)252º48.08%81.57%-
XYZ25.6519.8762.16-
YUV125.38174.63129.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.83%
GREEN value IS 108 (42.58% from 255) = 24.32%
BLUE value IS 208 (81.64% from 255) = 46.85%
R=28.83%
G=24.32%
B=46.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1281082080.380.4800.1825251.5561.96
Hex806CD02630012fc343e
Octal20015432046600223746476
Binary1000000011011001101000010011011000001001011111100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,108,208); }

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

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

 a { background-color: rgb(128,108,208); }

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

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

 span { border-color: rgb(128,108,208); }

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