#88769D

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

Shades of Deluge #88769D

Tints of Deluge #88769D

Color information

#88769D (or 0x88769D) is unknown color: approx Deluge. HEX triplet: 88, 76 and 9D. RGB value is (136,118,157). Sum of RGB (Red+Green+Blue) = 136+118+157=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 157 - color contains mainly: blue. Hex color #88769D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88769D is #778962. Grayscale: #7F7F7F. Windows color (decimal): -7833955 or 10319496. OLE color: 10319496.

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

Color convert

RGB136118157-
CMYK0.130.2500.38
HSL267.69º16.6%53.92%-
HSV(B)267.69º24.84%61.57%-
XYZ22.7220.6334.68-
YUV127.83144.46133.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.09%
GREEN value IS 118 (46.48% from 255) = 28.71%
BLUE value IS 157 (61.72% from 255) = 38.20%
R=33.09%
G=28.71%
B=38.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1361181570.130.2500.38267.6916.653.92
Hex88769DD1902610c1136
Octal21016623515310464142166
Binary10001000111011010011101110111001010011010000110010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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