#88789C

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

Shades of Deluge #88789C

Tints of Deluge #88789C

Color information

#88789C (or 0x88789C) is unknown color: approx Deluge. HEX triplet: 88, 78 and 9C. RGB value is (136,120,156). Sum of RGB (Red+Green+Blue) = 136+120+156=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 156 - color contains mainly: blue. Hex color #88789C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88789C is #778763. Grayscale: #808080. Windows color (decimal): -7833444 or 10254472. OLE color: 10254472.

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

Color convert

RGB136120156-
CMYK0.130.2300.39
HSL266.67º15.38%54.12%-
HSV(B)266.67º23.08%61.18%-
XYZ22.8721.0734.31-
YUV128.89143.3133.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.01%
GREEN value IS 120 (47.27% from 255) = 29.13%
BLUE value IS 156 (61.33% from 255) = 37.86%
R=33.01%
G=29.13%
B=37.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1361201560.130.2300.39266.6715.3854.12
Hex88789CD1702710bf36
Octal21017023415270474131766
Binary1000100011110001001110011011011101001111000010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88789C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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