#806FAF

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

Shades of Deluge #806FAF

Tints of Deluge #806FAF

Color information

#806FAF (or 0x806FAF) is unknown color: approx Deluge. HEX triplet: 80, 6F and AF. RGB value is (128,111,175). Sum of RGB (Red+Green+Blue) = 128+111+175=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 175 - color contains mainly: blue. Hex color #806FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806FAF is #7F9050. Grayscale: #7B7B7B. Windows color (decimal): -8360017 or 11497344. OLE color: 11497344.

HSL color Cylindrical-coordinate representation of color #806FAF: hue angle of 255.94º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #806FAF is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB128111175-
CMYK0.270.3700.31
HSL255.94º28.57%56.08%-
HSV(B)255.94º36.57%68.63%-
XYZ22.3219.0543.06-
YUV123.38157.13131.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.92%
GREEN value IS 111 (43.75% from 255) = 26.81%
BLUE value IS 175 (68.75% from 255) = 42.27%
R=30.92%
G=26.81%
B=42.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281111750.270.3700.31255.9428.5756.08
Hex806FAF1B2501F1001d38
Octal20015725733450374003570
Binary100000001101111101011111101110010101111110000000011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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