#806BA7

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

Shades of Deluge #806BA7

Tints of Deluge #806BA7

Color information

#806BA7 (or 0x806BA7) is unknown color: approx Deluge. HEX triplet: 80, 6B and A7. RGB value is (128,107,167). Sum of RGB (Red+Green+Blue) = 128+107+167=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 167 (65.62% from 255 or 41.54% from 402); Max value from RGB is 167 - color contains mainly: blue. Hex color #806BA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806BA7 is #7F9458. Grayscale: #777777. Windows color (decimal): -8361049 or 10972032. OLE color: 10972032.

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

Color convert

RGB128107167-
CMYK0.230.3600.35
HSL261º25.42%53.73%-
HSV(B)261º35.93%65.49%-
XYZ21.1317.8938.9-
YUV120.12154.46133.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.84%
GREEN value IS 107 (42.19% from 255) = 26.62%
BLUE value IS 167 (65.62% from 255) = 41.54%
R=31.84%
G=26.62%
B=41.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1281071670.230.3600.3526125.4253.73
Hex806BA717240231051936
Octal20015324727440434053166
Binary1000000011010111010011110111100100010001110000010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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