#89809B

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

Shades of Deluge #89809B

Tints of Deluge #89809B

Color information

#89809B (or 0x89809B) is unknown color: approx Deluge. HEX triplet: 89, 80 and 9B. RGB value is (137,128,155). Sum of RGB (Red+Green+Blue) = 137+128+155=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 155 - color contains mainly: blue. Hex color #89809B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89809B is #767F64. Grayscale: #858585. Windows color (decimal): -7765861 or 10190985. OLE color: 10190985.

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

Color convert

RGB137128155-
CMYK0.120.1700.39
HSL260º11.89%55.49%-
HSV(B)260º17.42%60.78%-
XYZ23.9523.1234.21-
YUV133.77139.98130.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.62%
GREEN value IS 128 (50.39% from 255) = 30.48%
BLUE value IS 155 (60.94% from 255) = 36.90%
R=32.62%
G=30.48%
B=36.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1371281550.120.1700.3926011.8955.49
Hex89809BC11027104c37
Octal21120023314210474041467
Binary10001001100000001001101111001000101001111000001001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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