#806DCD

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

Shades of Moody Blue #806DCD

Tints of Moody Blue #806DCD

Color information

#806DCD (or 0x806DCD) is unknown color: approx Moody Blue. HEX triplet: 80, 6D and CD. RGB value is (128,109,205). Sum of RGB (Red+Green+Blue) = 128+109+205=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 109 (42.97% from 255 or 24.66% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #806DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806DCD is #7F9232. Grayscale: #7D7D7D. Windows color (decimal): -8360499 or 13462912. OLE color: 13462912.

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

Color convert

RGB128109205-
CMYK0.380.4700.20
HSL251.88º48.98%61.57%-
HSV(B)251.88º46.83%80.39%-
XYZ25.3919.9360.27-
YUV125.62172.79129.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.96%
GREEN value IS 109 (42.97% from 255) = 24.66%
BLUE value IS 205 (80.47% from 255) = 46.38%
R=28.96%
G=24.66%
B=46.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281092050.380.4700.20251.8848.9861.57
Hex806DCD262F014fc313e
Octal20015531546570243746176
Binary1000000011011011100110110011010111101010011111100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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