#87809D

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

Shades of Deluge #87809D

Tints of Deluge #87809D

Color information

#87809D (or 0x87809D) is unknown color: approx Deluge. HEX triplet: 87, 80 and 9D. RGB value is (135,128,157). Sum of RGB (Red+Green+Blue) = 135+128+157=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 157 - color contains mainly: blue. Hex color #87809D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87809D is #787F62. Grayscale: #858585. Windows color (decimal): -7896931 or 10322055. OLE color: 10322055.

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

Color convert

RGB135128157-
CMYK0.140.1800.38
HSL254.48º12.89%55.88%-
HSV(B)254.48º18.47%61.57%-
XYZ23.823.0235.09-
YUV133.4141.32129.14-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.14%
GREEN value IS 128 (50.39% from 255) = 30.48%
BLUE value IS 157 (61.72% from 255) = 37.38%
R=32.14%
G=30.48%
B=37.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1351281570.140.1800.38254.4812.8955.88
Hex87809DE12026fed38
Octal20720023516220463761570
Binary1000011110000000100111011110100100100110111111101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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