#87769D

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

Shades of Deluge #87769D

Tints of Deluge #87769D

Color information

#87769D (or 0x87769D) is unknown color: approx Deluge. HEX triplet: 87, 76 and 9D. RGB value is (135,118,157). Sum of RGB (Red+Green+Blue) = 135+118+157=410 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.93% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 157 - color contains mainly: blue. Hex color #87769D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87769D is #788962. Grayscale: #7F7F7F. Windows color (decimal): -7899491 or 10319495. OLE color: 10319495.

HSL color Cylindrical-coordinate representation of color #87769D: hue angle of 266.15º 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 #87769D is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB135118157-
CMYK0.140.2500.38
HSL266.15º16.6%53.92%-
HSV(B)266.15º24.84%61.57%-
XYZ22.5620.5434.67-
YUV127.53144.63133.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.93%
GREEN value IS 118 (46.48% from 255) = 28.78%
BLUE value IS 157 (61.72% from 255) = 38.29%
R=32.93%
G=28.78%
B=38.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1351181570.140.2500.38266.1516.653.92
Hex87769DE1902610a1136
Octal20716623516310464122166
Binary10000111111011010011101111011001010011010000101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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