#87809F

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

Shades of Deluge #87809F

Tints of Deluge #87809F

Color information

#87809F (or 0x87809F) is unknown color: approx Deluge. HEX triplet: 87, 80 and 9F. RGB value is (135,128,159). Sum of RGB (Red+Green+Blue) = 135+128+159=422 (55% of max value = 765). Red value is 135 (53.12% from 255 or 31.99% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 159 - color contains mainly: blue. Hex color #87809F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87809F is #787F60. Grayscale: #858585. Windows color (decimal): -7896929 or 10453127. OLE color: 10453127.

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

Color convert

RGB135128159-
CMYK0.150.1900.38
HSL253.55º13.9%56.27%-
HSV(B)253.55º19.5%62.35%-
XYZ23.9723.0935.99-
YUV133.63142.32128.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.99%
GREEN value IS 128 (50.39% from 255) = 30.33%
BLUE value IS 159 (62.5% from 255) = 37.68%
R=31.99%
G=30.33%
B=37.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1351281590.150.1900.38253.5513.956.27
Hex87809FF13026fee38
Octal20720023717230463761670
Binary1000011110000000100111111111100110100110111111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87809F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,128,159); }

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

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

 a { background-color: rgb(135,128,159); }

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

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

 span { border-color: rgb(135,128,159); }

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