#807EAD

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

Shades of Deluge #807EAD

Tints of Deluge #807EAD

Color information

#807EAD (or 0x807EAD) is unknown color: approx Deluge. HEX triplet: 80, 7E and AD. RGB value is (128,126,173). Sum of RGB (Red+Green+Blue) = 128+126+173=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #807EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807EAD is #7F8152. Grayscale: #838383. Windows color (decimal): -8356179 or 11370112. OLE color: 11370112.

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

Color convert

RGB128126173-
CMYK0.260.2700.32
HSL242.55º22.27%58.63%-
HSV(B)242.55º27.17%67.84%-
XYZ23.9122.5342.62-
YUV131.96151.16125.18-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.98%
GREEN value IS 126 (49.61% from 255) = 29.51%
BLUE value IS 173 (67.97% from 255) = 40.52%
R=29.98%
G=29.51%
B=40.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1281261730.260.2700.32242.5522.2758.63
Hex807EAD1A1B020f3163b
Octal20017625532330403632673
Binary10000000111111010101101110101101101000001111001110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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