#80669C

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

Shades of Deluge #80669C

Tints of Deluge #80669C

Color information

#80669C (or 0x80669C) is unknown color: approx Deluge. HEX triplet: 80, 66 and 9C. RGB value is (128,102,156). Sum of RGB (Red+Green+Blue) = 128+102+156=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 156 - color contains mainly: blue. Hex color #80669C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80669C is #7F9963. Grayscale: #737373. Windows color (decimal): -8362340 or 10249856. OLE color: 10249856.

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

Color convert

RGB128102156-
CMYK0.180.3500.39
HSL268.89º21.43%50.59%-
HSV(B)268.89º34.62%61.18%-
XYZ19.6516.4933.6-
YUV115.93150.61136.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.16%
GREEN value IS 102 (40.23% from 255) = 26.42%
BLUE value IS 156 (61.33% from 255) = 40.41%
R=33.16%
G=26.42%
B=40.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1281021560.180.3500.39268.8921.4350.59
Hex80669C122302710d1533
Octal20014623422430474152563
Binary1000000011001101001110010010100011010011110000110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80669C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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