#80689C

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

Shades of Deluge #80689C

Tints of Deluge #80689C

Color information

#80689C (or 0x80689C) is unknown color: approx Deluge. HEX triplet: 80, 68 and 9C. RGB value is (128,104,156). Sum of RGB (Red+Green+Blue) = 128+104+156=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 156 - color contains mainly: blue. Hex color #80689C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80689C is #7F9763. Grayscale: #747474. Windows color (decimal): -8361828 or 10250368. OLE color: 10250368.

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

Color convert

RGB128104156-
CMYK0.180.3300.39
HSL267.69º20.8%50.98%-
HSV(B)267.69º33.33%61.18%-
XYZ19.8516.8933.67-
YUV117.1149.95135.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.99%
GREEN value IS 104 (41.02% from 255) = 26.80%
BLUE value IS 156 (61.33% from 255) = 40.21%
R=32.99%
G=26.80%
B=40.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1281041560.180.3300.39267.6920.850.98
Hex80689C122102710c1533
Octal20015023422410474142563
Binary1000000011010001001110010010100001010011110000110010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80689C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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