#806FAB

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

Shades of Deluge #806FAB

Tints of Deluge #806FAB

Color information

#806FAB (or 0x806FAB) is unknown color: approx Deluge. HEX triplet: 80, 6F and AB. RGB value is (128,111,171). Sum of RGB (Red+Green+Blue) = 128+111+171=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #806FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806FAB is #7F9054. Grayscale: #7A7A7A. Windows color (decimal): -8360021 or 11235200. OLE color: 11235200.

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

Color convert

RGB128111171-
CMYK0.250.3500.33
HSL257º26.32%55.29%-
HSV(B)257º35.09%67.06%-
XYZ21.9418.941.02-
YUV122.92155.13131.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.22%
GREEN value IS 111 (43.75% from 255) = 27.07%
BLUE value IS 171 (67.19% from 255) = 41.71%
R=31.22%
G=27.07%
B=41.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281111710.250.3500.3325726.3255.29
Hex806FAB19230211011a37
Octal20015725331430414013267
Binary1000000011011111010101111001100011010000110000000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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