#806baa

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

Shades of Deluge #806BAA

Tints of Deluge #806BAA

Color information

#806BAA (or 0x806BAA) is unknown color: approx Deluge. HEX triplet: 80, 6B and AA. RGB value is (128,107,170). Sum of RGB (Red+Green+Blue) = 128+107+170=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 170 - color contains mainly: blue. Hex color #806BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806BAA is #7F9455. Grayscale: #787878. Windows color (decimal): -8361046 or 11168640. OLE color: 11168640.

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

Color convert

RGB128107170-
CMYK0.250.3700.33
HSL260º27.04%54.31%-
HSV(B)260º37.06%66.67%-
XYZ21.4218.0140.38-
YUV120.46155.96133.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.60%
GREEN value IS 107 (42.19% from 255) = 26.42%
BLUE value IS 170 (66.80% from 255) = 41.98%
R=31.60%
G=26.42%
B=41.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281071700.250.3700.3326027.0454.31
Hex806BAA19250211041b36
Octal20015325231450414043366
Binary1000000011010111010101011001100101010000110000010011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806baa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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