#88819B

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

Shades of Deluge #88819B

Tints of Deluge #88819B

Color information

#88819B (or 0x88819B) is unknown color: approx Deluge. HEX triplet: 88, 81 and 9B. RGB value is (136,129,155). Sum of RGB (Red+Green+Blue) = 136+129+155=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 155 - color contains mainly: blue. Hex color #88819B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88819B is #777E64. Grayscale: #858585. Windows color (decimal): -7831141 or 10191240. OLE color: 10191240.

HSL color Cylindrical-coordinate representation of color #88819B: hue angle of 256.15º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #88819B is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB136129155-
CMYK0.120.1700.39
HSL256.15º11.5%55.69%-
HSV(B)256.15º16.77%60.78%-
XYZ23.9223.334.25-
YUV134.06139.82129.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.38%
GREEN value IS 129 (50.78% from 255) = 30.71%
BLUE value IS 155 (60.94% from 255) = 36.90%
R=32.38%
G=30.71%
B=36.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1361291550.120.1700.39256.1511.555.69
Hex88819BC11027100c38
Octal21020123314210474001470
Binary10001000100000011001101111001000101001111000000001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88819B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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