#807699

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

Shades of Deluge #807699

Tints of Deluge #807699

Color information

#807699 (or 0x807699) is unknown color: approx Deluge. HEX triplet: 80, 76 and 99. RGB value is (128,118,153). Sum of RGB (Red+Green+Blue) = 128+118+153=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 153 - color contains mainly: blue. Hex color #807699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807699 is #7F8966. Grayscale: #7C7C7C. Windows color (decimal): -8358247 or 10057344. OLE color: 10057344.

HSL color Cylindrical-coordinate representation of color #807699: hue angle of 257.14º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #807699 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB128118153-
CMYK0.160.2300.4
HSL257.14º14.64%53.14%-
HSV(B)257.14º22.88%60%-
XYZ21.1319.8532.85-
YUV124.98143.81130.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.08%
GREEN value IS 118 (46.48% from 255) = 29.57%
BLUE value IS 153 (60.16% from 255) = 38.35%
R=32.08%
G=29.57%
B=38.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1281181530.160.2300.4257.1414.6453.14
Hex8076991017028101f35
Octal20016623120270504011765
Binary10000000111011010011001100001011101010001000000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807699; }

 p { color: rgb(128,118,153); }

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

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

 a { background-color: rgb(128,118,153); }

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

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

 span { border-color: rgb(128,118,153); }

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