#806DC9

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

Shades of Moody Blue #806DC9

Tints of Moody Blue #806DC9

Color information

#806DC9 (or 0x806DC9) is unknown color: approx Moody Blue. HEX triplet: 80, 6D and C9. RGB value is (128,109,201). Sum of RGB (Red+Green+Blue) = 128+109+201=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 201 (78.91% from 255 or 45.89% from 438); Max value from RGB is 201 - color contains mainly: blue. Hex color #806DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806DC9 is #7F9236. Grayscale: #7C7C7C. Windows color (decimal): -8360503 or 13200768. OLE color: 13200768.

HSL color Cylindrical-coordinate representation of color #806DC9: hue angle of 252.39º degrees, saturation: 0.46, 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 #806DC9 is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB128109201-
CMYK0.360.4600.21
HSL252.39º46%60.78%-
HSV(B)252.39º45.77%78.82%-
XYZ24.9119.7457.76-
YUV125.17170.79130.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.22%
GREEN value IS 109 (42.97% from 255) = 24.89%
BLUE value IS 201 (78.91% from 255) = 45.89%
R=29.22%
G=24.89%
B=45.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1281092010.360.4600.21252.394660.78
Hex806DC9242E015fc2e3d
Octal20015531144560253745675
Binary1000000011011011100100110010010111001010111111100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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