#806DCA

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

Shades of Moody Blue #806DCA

Tints of Moody Blue #806DCA

Color information

#806DCA (or 0x806DCA) is unknown color: approx Moody Blue. HEX triplet: 80, 6D and CA. RGB value is (128,109,202). Sum of RGB (Red+Green+Blue) = 128+109+202=439 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.16% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #806DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806DCA is #7F9235. Grayscale: #7C7C7C. Windows color (decimal): -8360502 or 13266304. OLE color: 13266304.

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

Color convert

RGB128109202-
CMYK0.370.4600.21
HSL252.26º46.73%60.98%-
HSV(B)252.26º46.04%79.22%-
XYZ25.0319.7958.38-
YUV125.28171.29129.94-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.16%
GREEN value IS 109 (42.97% from 255) = 24.83%
BLUE value IS 202 (79.30% from 255) = 46.01%
R=29.16%
G=24.83%
B=46.01%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1281092020.370.4600.21252.2646.7360.98
Hex806DCA252E015fc2f3d
Octal20015531245560253745775
Binary1000000011011011100101010010110111001010111111100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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