#806ACC

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

Shades of Moody Blue #806ACC

Tints of Moody Blue #806ACC

Color information

#806ACC (or 0x806ACC) is unknown color: approx Moody Blue. HEX triplet: 80, 6A and CC. RGB value is (128,106,204). Sum of RGB (Red+Green+Blue) = 128+106+204=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 106 (41.80% from 255 or 24.20% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #806ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806ACC is #7F9533. Grayscale: #7B7B7B. Windows color (decimal): -8361268 or 13396608. OLE color: 13396608.

HSL color Cylindrical-coordinate representation of color #806ACC: hue angle of 253.47º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #806ACC is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB128106204-
CMYK0.370.4800.2
HSL253.47º49%60.78%-
HSV(B)253.47º48.04%80%-
XYZ24.9619.2659.53-
YUV123.75173.29131.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.22%
GREEN value IS 106 (41.80% from 255) = 24.20%
BLUE value IS 204 (80.08% from 255) = 46.58%
R=29.22%
G=24.20%
B=46.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1281062040.370.4800.2253.474960.78
Hex806ACC2530014fd313d
Octal20015231445600243756175
Binary1000000011010101100110010010111000001010011111101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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