#807AAD

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

Shades of Deluge #807AAD

Tints of Deluge #807AAD

Color information

#807AAD (or 0x807AAD) is unknown color: approx Deluge. HEX triplet: 80, 7A and AD. RGB value is (128,122,173). Sum of RGB (Red+Green+Blue) = 128+122+173=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #807AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807AAD is #7F8552. Grayscale: #818181. Windows color (decimal): -8357203 or 11369088. OLE color: 11369088.

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

Color convert

RGB128122173-
CMYK0.260.2900.32
HSL247.06º23.72%57.84%-
HSV(B)247.06º29.48%67.84%-
XYZ23.421.5342.46-
YUV129.61152.49126.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.26%
GREEN value IS 122 (48.05% from 255) = 28.84%
BLUE value IS 173 (67.97% from 255) = 40.90%
R=30.26%
G=28.84%
B=40.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1281221730.260.2900.32247.0623.7257.84
Hex807AAD1A1D020f7183a
Octal20017225532350403673072
Binary10000000111101010101101110101110101000001111011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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