#806DCB

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

Shades of Moody Blue #806DCB

Tints of Moody Blue #806DCB

Color information

#806DCB (or 0x806DCB) is unknown color: approx Moody Blue. HEX triplet: 80, 6D and CB. RGB value is (128,109,203). Sum of RGB (Red+Green+Blue) = 128+109+203=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #806DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806DCB is #7F9234. Grayscale: #7D7D7D. Windows color (decimal): -8360501 or 13331840. OLE color: 13331840.

HSL color Cylindrical-coordinate representation of color #806DCB: hue angle of 252.13º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #806DCB is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB128109203-
CMYK0.370.4600.20
HSL252.13º47.47%61.18%-
HSV(B)252.13º46.31%79.61%-
XYZ25.1519.8459-
YUV125.4171.79129.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.09%
GREEN value IS 109 (42.97% from 255) = 24.77%
BLUE value IS 203 (79.69% from 255) = 46.14%
R=29.09%
G=24.77%
B=46.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281092030.370.4600.20252.1347.4761.18
Hex806DCB252E014fc2f3d
Octal20015531345560243745775
Binary1000000011011011100101110010110111001010011111100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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