#89829D

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

Shades of Deluge #89829D

Tints of Deluge #89829D

Color information

#89829D (or 0x89829D) is unknown color: approx Deluge. HEX triplet: 89, 82 and 9D. RGB value is (137,130,157). Sum of RGB (Red+Green+Blue) = 137+130+157=424 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.31% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 157 - color contains mainly: blue. Hex color #89829D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89829D is #767D62. Grayscale: #878787. Windows color (decimal): -7765347 or 10322569. OLE color: 10322569.

HSL color Cylindrical-coordinate representation of color #89829D: hue angle of 255.56º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #89829D is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB137130157-
CMYK0.130.1700.38
HSL255.56º12.11%56.27%-
HSV(B)255.56º17.2%61.57%-
XYZ24.3823.7235.19-
YUV135.17140.32129.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.31%
GREEN value IS 130 (51.17% from 255) = 30.66%
BLUE value IS 157 (61.72% from 255) = 37.03%
R=32.31%
G=30.66%
B=37.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1371301570.130.1700.38255.5612.1156.27
Hex89829DD11026100c38
Octal21120223515210464001470
Binary10001001100000101001110111011000101001101000000001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,130,157); }

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

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

 a { background-color: rgb(137,130,157); }

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

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

 span { border-color: rgb(137,130,157); }

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