#89779E

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

Shades of Deluge #89779E

Tints of Deluge #89779E

Color information

#89779E (or 0x89779E) is unknown color: approx Deluge. HEX triplet: 89, 77 and 9E. RGB value is (137,119,158). Sum of RGB (Red+Green+Blue) = 137+119+158=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 158 - color contains mainly: blue. Hex color #89779E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89779E is #768861. Grayscale: #808080. Windows color (decimal): -7768162 or 10385289. OLE color: 10385289.

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

Color convert

RGB137119158-
CMYK0.130.2500.38
HSL267.69º16.74%54.31%-
HSV(B)267.69º24.68%61.96%-
XYZ23.0820.9835.18-
YUV128.83144.46133.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.09%
GREEN value IS 119 (46.88% from 255) = 28.74%
BLUE value IS 158 (62.11% from 255) = 38.16%
R=33.09%
G=28.74%
B=38.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1371191580.130.2500.38267.6916.7454.31
Hex89779ED1902610c1136
Octal21116723615310464142166
Binary10001001111011110011110110111001010011010000110010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89779E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89779E; }

 p { color: rgb(137,119,158); }

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

<style>
 a { background-color: #89779E; }

 a { background-color: rgb(137,119,158); }

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

<style>
 span { border-color: #89779E; }

 span { border-color: rgb(137,119,158); }

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