#80669D

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

Shades of Deluge #80669D

Tints of Deluge #80669D

Color information

#80669D (or 0x80669D) is unknown color: approx Deluge. HEX triplet: 80, 66 and 9D. RGB value is (128,102,157). Sum of RGB (Red+Green+Blue) = 128+102+157=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 157 - color contains mainly: blue. Hex color #80669D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80669D is #7F9962. Grayscale: #737373. Windows color (decimal): -8362339 or 10315392. OLE color: 10315392.

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

Color convert

RGB128102157-
CMYK0.180.3500.38
HSL268.36º21.91%50.78%-
HSV(B)268.36º35.03%61.57%-
XYZ19.7416.5334.05-
YUV116.04151.11136.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.07%
GREEN value IS 102 (40.23% from 255) = 26.36%
BLUE value IS 157 (61.72% from 255) = 40.57%
R=33.07%
G=26.36%
B=40.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1281021570.180.3500.38268.3621.9150.78
Hex80669D122302610c1633
Octal20014623522430464142663
Binary1000000011001101001110110010100011010011010000110010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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