#88729F

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

Shades of Deluge #88729F

Tints of Deluge #88729F

Color information

#88729F (or 0x88729F) is unknown color: approx Deluge. HEX triplet: 88, 72 and 9F. RGB value is (136,114,159). Sum of RGB (Red+Green+Blue) = 136+114+159=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 159 - color contains mainly: blue. Hex color #88729F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88729F is #778D60. Grayscale: #7D7D7D. Windows color (decimal): -7834977 or 10449544. OLE color: 10449544.

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

Color convert

RGB136114159-
CMYK0.140.2800.38
HSL269.33º18.99%53.53%-
HSV(B)269.33º28.3%62.35%-
XYZ22.4319.7735.44-
YUV125.71146.79135.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.25%
GREEN value IS 114 (44.92% from 255) = 27.87%
BLUE value IS 159 (62.5% from 255) = 38.88%
R=33.25%
G=27.87%
B=38.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1361141590.140.2800.38269.3318.9953.53
Hex88729FE1C02610d1336
Octal21016223716340464152366
Binary10001000111001010011111111011100010011010000110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88729F; }

 p { color: rgb(136,114,159); }

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

<style>
 a { background-color: #88729F; }

 a { background-color: rgb(136,114,159); }

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

<style>
 span { border-color: #88729F; }

 span { border-color: rgb(136,114,159); }

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