#88829D

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

Shades of Deluge #88829D

Tints of Deluge #88829D

Color information

#88829D (or 0x88829D) is unknown color: approx Deluge. HEX triplet: 88, 82 and 9D. RGB value is (136,130,157). Sum of RGB (Red+Green+Blue) = 136+130+157=423 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.15% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 157 - color contains mainly: blue. Hex color #88829D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88829D is #777D62. Grayscale: #868686. Windows color (decimal): -7830883 or 10322568. OLE color: 10322568.

HSL color Cylindrical-coordinate representation of color #88829D: hue angle of 253.33º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #88829D is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB136130157-
CMYK0.130.1700.38
HSL253.33º12.11%56.27%-
HSV(B)253.33º17.2%61.57%-
XYZ24.2223.6335.18-
YUV134.87140.49128.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.15%
GREEN value IS 130 (51.17% from 255) = 30.73%
BLUE value IS 157 (61.72% from 255) = 37.12%
R=32.15%
G=30.73%
B=37.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1361301570.130.1700.38253.3312.1156.27
Hex88829DD11026fdc38
Octal21020223515210463751470
Binary1000100010000010100111011101100010100110111111011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88829D; }

 p { color: rgb(136,130,157); }

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

<style>
 a { background-color: #88829D; }

 a { background-color: rgb(136,130,157); }

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

<style>
 span { border-color: #88829D; }

 span { border-color: rgb(136,130,157); }

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