#807DAC

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

Shades of Deluge #807DAC

Tints of Deluge #807DAC

Color information

#807DAC (or 0x807DAC) is unknown color: approx Deluge. HEX triplet: 80, 7D and AC. RGB value is (128,125,172). Sum of RGB (Red+Green+Blue) = 128+125+172=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 172 - color contains mainly: blue. Hex color #807DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807DAC is #7F8253. Grayscale: #838383. Windows color (decimal): -8356436 or 11304320. OLE color: 11304320.

HSL color Cylindrical-coordinate representation of color #807DAC: hue angle of 243.83º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #807DAC is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB128125172-
CMYK0.260.2700.33
HSL243.83º22.07%58.24%-
HSV(B)243.83º27.33%67.45%-
XYZ23.6822.2342.07-
YUV131.26150.99125.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.12%
GREEN value IS 125 (49.22% from 255) = 29.41%
BLUE value IS 172 (67.58% from 255) = 40.47%
R=30.12%
G=29.41%
B=40.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281251720.260.2700.33243.8322.0758.24
Hex807DAC1A1B021f4163a
Octal20017525432330413642672
Binary10000000111110110101100110101101101000011111010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807DAC; }

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

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

<style>
 a { background-color: #807DAC; }

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

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

<style>
 span { border-color: #807DAC; }

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

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