#88789B

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

Shades of Deluge #88789B

Tints of Deluge #88789B

Color information

#88789B (or 0x88789B) is unknown color: approx Deluge. HEX triplet: 88, 78 and 9B. RGB value is (136,120,155). Sum of RGB (Red+Green+Blue) = 136+120+155=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 120 (47.27% from 255 or 29.20% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 155 - color contains mainly: blue. Hex color #88789B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88789B is #778764. Grayscale: #808080. Windows color (decimal): -7833445 or 10188936. OLE color: 10188936.

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

Color convert

RGB136120155-
CMYK0.120.2300.39
HSL267.43º14.89%53.92%-
HSV(B)267.43º22.58%60.78%-
XYZ22.7921.0333.87-
YUV128.77142.8133.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.09%
GREEN value IS 120 (47.27% from 255) = 29.20%
BLUE value IS 155 (60.94% from 255) = 37.71%
R=33.09%
G=29.20%
B=37.71%

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
Decimal1361201550.120.2300.39267.4314.8953.92
Hex88789BC1702710bf36
Octal21017023314270474131766
Binary1000100011110001001101111001011101001111000010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88789B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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