#806DC2

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

Shades of Moody Blue #806DC2

Tints of Moody Blue #806DC2

Color information

#806DC2 (or 0x806DC2) is unknown color: approx Moody Blue. HEX triplet: 80, 6D and C2. RGB value is (128,109,194). Sum of RGB (Red+Green+Blue) = 128+109+194=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 194 - color contains mainly: blue. Hex color #806DC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806DC2 is #7F923D. Grayscale: #7C7C7C. Windows color (decimal): -8360510 or 12742016. OLE color: 12742016.

HSL color Cylindrical-coordinate representation of color #806DC2: hue angle of 253.41º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #806DC2 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB128109194-
CMYK0.340.4400.24
HSL253.41º41.06%59.41%-
HSV(B)253.41º43.81%76.08%-
XYZ24.1119.4253.52-
YUV124.37167.29130.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.70%
GREEN value IS 109 (42.97% from 255) = 25.29%
BLUE value IS 194 (76.17% from 255) = 45.01%
R=29.70%
G=25.29%
B=45.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1281091940.340.4400.24253.4141.0659.41
Hex806DC2222C018fd293b
Octal20015530242540303755173
Binary1000000011011011100001010001010110001100011111101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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