#807BAE

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

Shades of Deluge #807BAE

Tints of Deluge #807BAE

Color information

#807BAE (or 0x807BAE) is unknown color: approx Deluge. HEX triplet: 80, 7B and AE. RGB value is (128,123,174). Sum of RGB (Red+Green+Blue) = 128+123+174=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: blue. Hex color #807BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807BAE is #7F8451. Grayscale: #828282. Windows color (decimal): -8356946 or 11434880. OLE color: 11434880.

HSL color Cylindrical-coordinate representation of color #807BAE: hue angle of 245.88º 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 #807BAE is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB128123174-
CMYK0.260.2900.32
HSL245.88º23.94%58.24%-
HSV(B)245.88º29.31%68.24%-
XYZ23.6321.8143.01-
YUV130.31152.66126.35-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.12%
GREEN value IS 123 (48.44% from 255) = 28.94%
BLUE value IS 174 (68.36% from 255) = 40.94%
R=30.12%
G=28.94%
B=40.94%

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
Decimal1281231740.260.2900.32245.8823.9458.24
Hex807BAE1A1D020f6183a
Octal20017325632350403663072
Binary10000000111101110101110110101110101000001111011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,123,174); }

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

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

 a { background-color: rgb(128,123,174); }

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

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

 span { border-color: rgb(128,123,174); }

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