#88739E

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

Shades of Deluge #88739E

Tints of Deluge #88739E

Color information

#88739E (or 0x88739E) is unknown color: approx Deluge. HEX triplet: 88, 73 and 9E. RGB value is (136,115,158). Sum of RGB (Red+Green+Blue) = 136+115+158=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 158 - color contains mainly: blue. Hex color #88739E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88739E is #778C61. Grayscale: #7E7E7E. Windows color (decimal): -7834722 or 10384264. OLE color: 10384264.

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

Color convert

RGB136115158-
CMYK0.140.2700.38
HSL269.3º18.14%53.53%-
HSV(B)269.3º27.22%61.96%-
XYZ22.4619.9635.02-
YUV126.18145.96135-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.25%
GREEN value IS 115 (45.31% from 255) = 28.12%
BLUE value IS 158 (62.11% from 255) = 38.63%
R=33.25%
G=28.12%
B=38.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1361151580.140.2700.38269.318.1453.53
Hex88739EE1B02610d1236
Octal21016323616330464152266
Binary10001000111001110011110111011011010011010000110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88739E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,115,158); }

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

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

 a { background-color: rgb(136,115,158); }

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

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

 span { border-color: rgb(136,115,158); }

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