#80689D

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

Shades of Deluge #80689D

Tints of Deluge #80689D

Color information

#80689D (or 0x80689D) is unknown color: approx Deluge. HEX triplet: 80, 68 and 9D. RGB value is (128,104,157). Sum of RGB (Red+Green+Blue) = 128+104+157=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 157 - color contains mainly: blue. Hex color #80689D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80689D is #7F9762. Grayscale: #757575. Windows color (decimal): -8361827 or 10315904. OLE color: 10315904.

HSL color Cylindrical-coordinate representation of color #80689D: hue angle of 267.17º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80689D is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB128104157-
CMYK0.180.3400.38
HSL267.17º21.29%51.18%-
HSV(B)267.17º33.76%61.57%-
XYZ19.9416.9234.11-
YUV117.22150.45135.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.90%
GREEN value IS 104 (41.02% from 255) = 26.74%
BLUE value IS 157 (61.72% from 255) = 40.36%
R=32.90%
G=26.74%
B=40.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1281041570.180.3400.38267.1721.2951.18
Hex80689D122202610b1533
Octal20015023522420464132563
Binary1000000011010001001110110010100010010011010000101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80689D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80689D; }

 p { color: rgb(128,104,157); }

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

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

 a { background-color: rgb(128,104,157); }

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

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

 span { border-color: rgb(128,104,157); }

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