#88799E

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

Shades of Deluge #88799E

Tints of Deluge #88799E

Color information

#88799E (or 0x88799E) is unknown color: approx Deluge. HEX triplet: 88, 79 and 9E. RGB value is (136,121,158). Sum of RGB (Red+Green+Blue) = 136+121+158=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 158 - color contains mainly: blue. Hex color #88799E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88799E is #778661. Grayscale: #818181. Windows color (decimal): -7833186 or 10385800. OLE color: 10385800.

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

Color convert

RGB136121158-
CMYK0.140.2300.38
HSL264.32º16.02%54.71%-
HSV(B)264.32º23.42%61.96%-
XYZ23.1621.3835.25-
YUV129.7143.97132.49-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.77%
GREEN value IS 121 (47.66% from 255) = 29.16%
BLUE value IS 158 (62.11% from 255) = 38.07%
R=32.77%
G=29.16%
B=38.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1361211580.140.2300.38264.3216.0254.71
Hex88799EE170261081037
Octal21017123616270464102067
Binary10001000111100110011110111010111010011010000100010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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