#806FA4

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

Shades of Deluge #806FA4

Tints of Deluge #806FA4

Color information

#806FA4 (or 0x806FA4) is unknown color: approx Deluge. HEX triplet: 80, 6F and A4. RGB value is (128,111,164). Sum of RGB (Red+Green+Blue) = 128+111+164=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 164 (64.45% from 255 or 40.69% from 403); Max value from RGB is 164 - color contains mainly: blue. Hex color #806FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806FA4 is #7F905B. Grayscale: #797979. Windows color (decimal): -8360028 or 10776448. OLE color: 10776448.

HSL color Cylindrical-coordinate representation of color #806FA4: hue angle of 259.25º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #806FA4 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB128111164-
CMYK0.220.3200.36
HSL259.25º22.55%53.92%-
HSV(B)259.25º32.32%64.31%-
XYZ21.2918.6437.6-
YUV122.12151.63132.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.76%
GREEN value IS 111 (43.75% from 255) = 27.54%
BLUE value IS 164 (64.45% from 255) = 40.69%
R=31.76%
G=27.54%
B=40.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1281111640.220.3200.36259.2522.5553.92
Hex806FA416200241031736
Octal20015724426400444032766
Binary1000000011011111010010010110100000010010010000001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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