#88769C

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

Shades of Deluge #88769C

Tints of Deluge #88769C

Color information

#88769C (or 0x88769C) is unknown color: approx Deluge. HEX triplet: 88, 76 and 9C. RGB value is (136,118,156). Sum of RGB (Red+Green+Blue) = 136+118+156=410 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.17% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 156 - color contains mainly: blue. Hex color #88769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88769C is #778963. Grayscale: #7F7F7F. Windows color (decimal): -7833956 or 10253960. OLE color: 10253960.

HSL color Cylindrical-coordinate representation of color #88769C: hue angle of 268.42º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #88769C is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB136118156-
CMYK0.130.2400.39
HSL268.42º16.1%53.73%-
HSV(B)268.42º24.36%61.18%-
XYZ22.6320.5934.23-
YUV127.71143.96133.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.17%
GREEN value IS 118 (46.48% from 255) = 28.78%
BLUE value IS 156 (61.33% from 255) = 38.05%
R=33.17%
G=28.78%
B=38.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1361181560.130.2400.39268.4216.153.73
Hex88769CD1802710c1036
Octal21016623415300474142066
Binary10001000111011010011100110111000010011110000110010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88769C; }

 p { color: rgb(136,118,156); }

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

<style>
 a { background-color: #88769C; }

 a { background-color: rgb(136,118,156); }

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

<style>
 span { border-color: #88769C; }

 span { border-color: rgb(136,118,156); }

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