#806BAC

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

Shades of Deluge #806BAC

Tints of Deluge #806BAC

Color information

#806BAC (or 0x806BAC) is unknown color: approx Deluge. HEX triplet: 80, 6B and AC. RGB value is (128,107,172). Sum of RGB (Red+Green+Blue) = 128+107+172=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #806BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806BAC is #7F9453. Grayscale: #787878. Windows color (decimal): -8361044 or 11299712. OLE color: 11299712.

HSL color Cylindrical-coordinate representation of color #806BAC: hue angle of 259.38º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #806BAC is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB128107172-
CMYK0.260.3800.33
HSL259.38º28.14%54.71%-
HSV(B)259.38º37.79%67.45%-
XYZ21.6118.0841.38-
YUV120.69156.96133.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.45%
GREEN value IS 107 (42.19% from 255) = 26.29%
BLUE value IS 172 (67.58% from 255) = 42.26%
R=31.45%
G=26.29%
B=42.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281071720.260.3800.33259.3828.1454.71
Hex806BAC1A260211031c37
Octal20015325432460414033467
Binary1000000011010111010110011010100110010000110000001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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