#806BD4

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

Shades of Moody Blue #806BD4

Tints of Moody Blue #806BD4

Color information

#806BD4 (or 0x806BD4) is unknown color: approx Moody Blue. HEX triplet: 80, 6B and D4. RGB value is (128,107,212). Sum of RGB (Red+Green+Blue) = 128+107+212=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 212 (83.20% from 255 or 47.43% from 447); Max value from RGB is 212 - color contains mainly: blue. Hex color #806BD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806BD4 is #7F942B. Grayscale: #7C7C7C. Windows color (decimal): -8361004 or 13921152. OLE color: 13921152.

HSL color Cylindrical-coordinate representation of color #806BD4: hue angle of 252º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #806BD4 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB128107212-
CMYK0.400.5000.17
HSL252º54.97%62.55%-
HSV(B)252º49.53%83.14%-
XYZ26.0419.8664.75-
YUV125.25176.96129.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.64%
GREEN value IS 107 (42.19% from 255) = 23.94%
BLUE value IS 212 (83.20% from 255) = 47.43%
R=28.64%
G=23.94%
B=47.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1281072120.400.5000.1725254.9762.55
Hex806BD42832011fc373f
Octal20015332450620213746777
Binary1000000011010111101010010100011001001000111111100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,107,212); }

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

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

 a { background-color: rgb(128,107,212); }

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

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

 span { border-color: rgb(128,107,212); }

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