#806DBC

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

Shades of Moody Blue #806DBC

Tints of Moody Blue #806DBC

Color information

#806DBC (or 0x806DBC) is unknown color: approx Moody Blue. HEX triplet: 80, 6D and BC. RGB value is (128,109,188). Sum of RGB (Red+Green+Blue) = 128+109+188=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #806DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806DBC is #7F9243. Grayscale: #7B7B7B. Windows color (decimal): -8360516 or 12348800. OLE color: 12348800.

HSL color Cylindrical-coordinate representation of color #806DBC: hue angle of 254.43º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #806DBC is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB128109188-
CMYK0.320.4200.26
HSL254.43º37.09%58.24%-
HSV(B)254.43º42.02%73.73%-
XYZ23.4519.1650.04-
YUV123.69164.29131.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.12%
GREEN value IS 109 (42.97% from 255) = 25.65%
BLUE value IS 188 (73.83% from 255) = 44.24%
R=30.12%
G=25.65%
B=44.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281091880.320.4200.26254.4337.0958.24
Hex806DBC202A01Afe253a
Octal20015527440520323764572
Binary1000000011011011011110010000010101001101011111110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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