#806EAB

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

Shades of Deluge #806EAB

Tints of Deluge #806EAB

Color information

#806EAB (or 0x806EAB) is unknown color: approx Deluge. HEX triplet: 80, 6E and AB. RGB value is (128,110,171). Sum of RGB (Red+Green+Blue) = 128+110+171=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 171 - color contains mainly: blue. Hex color #806EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806EAB is #7F9154. Grayscale: #7A7A7A. Windows color (decimal): -8360277 or 11234944. OLE color: 11234944.

HSL color Cylindrical-coordinate representation of color #806EAB: hue angle of 257.7º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #806EAB is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB128110171-
CMYK0.250.3600.33
HSL257.7º26.64%55.1%-
HSV(B)257.7º35.67%67.06%-
XYZ21.8318.6840.98-
YUV122.34155.46132.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.30%
GREEN value IS 110 (43.36% from 255) = 26.89%
BLUE value IS 171 (67.19% from 255) = 41.81%
R=31.30%
G=26.89%
B=41.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281101710.250.3600.33257.726.6455.1
Hex806EAB19240211021b37
Octal20015625331440414023367
Binary1000000011011101010101111001100100010000110000001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,110,171); }

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

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

 a { background-color: rgb(128,110,171); }

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

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

 span { border-color: rgb(128,110,171); }

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