#80789B

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

Shades of Deluge #80789B

Tints of Deluge #80789B

Color information

#80789B (or 0x80789B) is unknown color: approx Deluge. HEX triplet: 80, 78 and 9B. RGB value is (128,120,155). Sum of RGB (Red+Green+Blue) = 128+120+155=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 155 - color contains mainly: blue. Hex color #80789B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80789B is #7F8764. Grayscale: #7E7E7E. Windows color (decimal): -8357733 or 10188928. OLE color: 10188928.

HSL color Cylindrical-coordinate representation of color #80789B: hue angle of 253.71º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #80789B is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB128120155-
CMYK0.170.2300.39
HSL253.71º14.89%53.92%-
HSV(B)253.71º22.58%60.78%-
XYZ21.5320.3933.81-
YUV126.38144.15129.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.76%
GREEN value IS 120 (47.27% from 255) = 29.78%
BLUE value IS 155 (60.94% from 255) = 38.46%
R=31.76%
G=29.78%
B=38.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1281201550.170.2300.39253.7114.8953.92
Hex80789B1117027fef36
Octal20017023321270473761766
Binary1000000011110001001101110001101110100111111111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80789B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80789B; }

 p { color: rgb(128,120,155); }

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

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

 a { background-color: rgb(128,120,155); }

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

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

 span { border-color: rgb(128,120,155); }

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