#89789B

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

Shades of Deluge #89789B

Tints of Deluge #89789B

Color information

#89789B (or 0x89789B) is unknown color: approx Deluge. HEX triplet: 89, 78 and 9B. RGB value is (137,120,155). Sum of RGB (Red+Green+Blue) = 137+120+155=412 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.25% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 155 - color contains mainly: blue. Hex color #89789B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89789B is #768764. Grayscale: #808080. Windows color (decimal): -7767909 or 10188937. OLE color: 10188937.

HSL color Cylindrical-coordinate representation of color #89789B: hue angle of 269.14º 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 #89789B is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB137120155-
CMYK0.120.2300.39
HSL269.14º14.89%53.92%-
HSV(B)269.14º22.58%60.78%-
XYZ22.9521.1233.88-
YUV129.07142.63133.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.25%
GREEN value IS 120 (47.27% from 255) = 29.13%
BLUE value IS 155 (60.94% from 255) = 37.62%
R=33.25%
G=29.13%
B=37.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1371201550.120.2300.39269.1414.8953.92
Hex89789BC1702710df36
Octal21117023314270474151766
Binary1000100111110001001101111001011101001111000011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89789B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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