#806BA5

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

Shades of Deluge #806BA5

Tints of Deluge #806BA5

Color information

#806BA5 (or 0x806BA5) is unknown color: approx Deluge. HEX triplet: 80, 6B and A5. RGB value is (128,107,165). Sum of RGB (Red+Green+Blue) = 128+107+165=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 165 (64.84% from 255 or 41.25% from 400); Max value from RGB is 165 - color contains mainly: blue. Hex color #806BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806BA5 is #7F945A. Grayscale: #777777. Windows color (decimal): -8361051 or 10840960. OLE color: 10840960.

HSL color Cylindrical-coordinate representation of color #806BA5: hue angle of 261.72º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #806BA5 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB128107165-
CMYK0.220.3500.35
HSL261.72º24.37%53.33%-
HSV(B)261.72º35.15%64.71%-
XYZ20.9517.8237.93-
YUV119.89153.46133.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32%
GREEN value IS 107 (42.19% from 255) = 26.75%
BLUE value IS 165 (64.84% from 255) = 41.25%
R=32%
G=26.75%
B=41.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1281071650.220.3500.35261.7224.3753.33
Hex806BA516230231061835
Octal20015324526430434063065
Binary1000000011010111010010110110100011010001110000011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,107,165); }

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

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

 a { background-color: rgb(128,107,165); }

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

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

 span { border-color: rgb(128,107,165); }

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