#88799D

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

Shades of Deluge #88799D

Tints of Deluge #88799D

Color information

#88799D (or 0x88799D) is unknown color: approx Deluge. HEX triplet: 88, 79 and 9D. RGB value is (136,121,157). Sum of RGB (Red+Green+Blue) = 136+121+157=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 157 - color contains mainly: blue. Hex color #88799D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88799D is #778662. Grayscale: #818181. Windows color (decimal): -7833187 or 10320264. OLE color: 10320264.

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

Color convert

RGB136121157-
CMYK0.130.2300.38
HSL265º15.52%54.51%-
HSV(B)265º22.93%61.57%-
XYZ23.0821.3434.8-
YUV129.59143.47132.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.85%
GREEN value IS 121 (47.66% from 255) = 29.23%
BLUE value IS 157 (61.72% from 255) = 37.92%
R=32.85%
G=29.23%
B=37.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1361211570.130.2300.3826515.5254.51
Hex88799DD170261091037
Octal21017123515270464112067
Binary10001000111100110011101110110111010011010000100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88799D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,121,157); }

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

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

 a { background-color: rgb(136,121,157); }

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

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

 span { border-color: rgb(136,121,157); }

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