#87789D

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

Shades of Deluge #87789D

Tints of Deluge #87789D

Color information

#87789D (or 0x87789D) is unknown color: approx Deluge. HEX triplet: 87, 78 and 9D. RGB value is (135,120,157). Sum of RGB (Red+Green+Blue) = 135+120+157=412 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.77% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 157 - color contains mainly: blue. Hex color #87789D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87789D is #788762. Grayscale: #808080. Windows color (decimal): -7898979 or 10320007. OLE color: 10320007.

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

Color convert

RGB135120157-
CMYK0.140.2400.38
HSL264.32º15.88%54.31%-
HSV(B)264.32º23.57%61.57%-
XYZ22.7921.0234.75-
YUV128.7143.97132.49-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.77%
GREEN value IS 120 (47.27% from 255) = 29.13%
BLUE value IS 157 (61.72% from 255) = 38.11%
R=32.77%
G=29.13%
B=38.11%

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
Decimal1351201570.140.2400.38264.3215.8854.31
Hex87789DE180261081036
Octal20717023516300464102066
Binary10000111111100010011101111011000010011010000100010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87789D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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