#807DAD

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

Shades of Deluge #807DAD

Tints of Deluge #807DAD

Color information

#807DAD (or 0x807DAD) is unknown color: approx Deluge. HEX triplet: 80, 7D and AD. RGB value is (128,125,173). Sum of RGB (Red+Green+Blue) = 128+125+173=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 173 - color contains mainly: blue. Hex color #807DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807DAD is #7F8252. Grayscale: #838383. Windows color (decimal): -8356435 or 11369856. OLE color: 11369856.

HSL color Cylindrical-coordinate representation of color #807DAD: hue angle of 243.75º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #807DAD is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB128125173-
CMYK0.260.2800.32
HSL243.75º22.64%58.43%-
HSV(B)243.75º27.75%67.84%-
XYZ23.7822.2742.58-
YUV131.37151.49125.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.05%
GREEN value IS 125 (49.22% from 255) = 29.34%
BLUE value IS 173 (67.97% from 255) = 40.61%
R=30.05%
G=29.34%
B=40.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1281251730.260.2800.32243.7522.6458.43
Hex807DAD1A1C020f4173a
Octal20017525532340403642772
Binary10000000111110110101101110101110001000001111010010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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