#806AC1

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

Shades of Moody Blue #806AC1

Tints of Moody Blue #806AC1

Color information

#806AC1 (or 0x806AC1) is unknown color: approx Moody Blue. HEX triplet: 80, 6A and C1. RGB value is (128,106,193). Sum of RGB (Red+Green+Blue) = 128+106+193=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 193 (75.78% from 255 or 45.20% from 427); Max value from RGB is 193 - color contains mainly: blue. Hex color #806AC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806AC1 is #7F953E. Grayscale: #7A7A7A. Windows color (decimal): -8361279 or 12675712. OLE color: 12675712.

HSL color Cylindrical-coordinate representation of color #806AC1: hue angle of 255.17º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #806AC1 is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB128106193-
CMYK0.340.4500.24
HSL255.17º41.23%58.63%-
HSV(B)255.17º45.08%75.69%-
XYZ23.6818.7552.82-
YUV122.5167.79131.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.98%
GREEN value IS 106 (41.80% from 255) = 24.82%
BLUE value IS 193 (75.78% from 255) = 45.20%
R=29.98%
G=24.82%
B=45.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1281061930.340.4500.24255.1741.2358.63
Hex806AC1222D018ff293b
Octal20015230142550303775173
Binary1000000011010101100000110001010110101100011111111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,106,193); }

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

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

 a { background-color: rgb(128,106,193); }

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

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

 span { border-color: rgb(128,106,193); }

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