#89799A

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

Shades of Deluge #89799A

Tints of Deluge #89799A

Color information

#89799A (or 0x89799A) is unknown color: approx Deluge. HEX triplet: 89, 79 and 9A. RGB value is (137,121,154). Sum of RGB (Red+Green+Blue) = 137+121+154=412 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.25% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 154 - color contains mainly: blue. Hex color #89799A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89799A is #768665. Grayscale: #818181. Windows color (decimal): -7767654 or 10123657. OLE color: 10123657.

HSL color Cylindrical-coordinate representation of color #89799A: hue angle of 269.09º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #89799A is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB137121154-
CMYK0.110.2100.40
HSL269.09º14.04%53.92%-
HSV(B)269.09º21.43%60.39%-
XYZ22.9921.3333.48-
YUV129.55141.8133.32-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.25%
GREEN value IS 121 (47.66% from 255) = 29.37%
BLUE value IS 154 (60.55% from 255) = 37.38%
R=33.25%
G=29.37%
B=37.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1371211540.110.2100.40269.0914.0453.92
Hex89799AB1502810de36
Octal21117123213250504151666
Binary1000100111110011001101010111010101010001000011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89799A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89799A; }

 p { color: rgb(137,121,154); }

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

<style>
 a { background-color: #89799A; }

 a { background-color: rgb(137,121,154); }

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

<style>
 span { border-color: #89799A; }

 span { border-color: rgb(137,121,154); }

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