#88799F

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

Shades of Deluge #88799F

Tints of Deluge #88799F

Color information

#88799F (or 0x88799F) is unknown color: approx Deluge. HEX triplet: 88, 79 and 9F. RGB value is (136,121,159). Sum of RGB (Red+Green+Blue) = 136+121+159=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 159 - color contains mainly: blue. Hex color #88799F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88799F is #778660. Grayscale: #818181. Windows color (decimal): -7833185 or 10451336. OLE color: 10451336.

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

Color convert

RGB136121159-
CMYK0.140.2400.38
HSL263.68º16.52%54.9%-
HSV(B)263.68º23.9%62.35%-
XYZ23.2521.4135.71-
YUV129.82144.47132.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.69%
GREEN value IS 121 (47.66% from 255) = 29.09%
BLUE value IS 159 (62.5% from 255) = 38.22%
R=32.69%
G=29.09%
B=38.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1361211590.140.2400.38263.6816.5254.9
Hex88799FE180261081137
Octal21017123716300464102167
Binary10001000111100110011111111011000010011010000100010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88799F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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