#87809B

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

Shades of Deluge #87809B

Tints of Deluge #87809B

Color information

#87809B (or 0x87809B) is unknown color: approx Deluge. HEX triplet: 87, 80 and 9B. RGB value is (135,128,155). Sum of RGB (Red+Green+Blue) = 135+128+155=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 155 - color contains mainly: blue. Hex color #87809B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87809B is #787F64. Grayscale: #858585. Windows color (decimal): -7896933 or 10190983. OLE color: 10190983.

HSL color Cylindrical-coordinate representation of color #87809B: hue angle of 255.56º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #87809B is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB135128155-
CMYK0.130.1700.39
HSL255.56º11.89%55.49%-
HSV(B)255.56º17.42%60.78%-
XYZ23.6322.9634.2-
YUV133.17140.32129.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.30%
GREEN value IS 128 (50.39% from 255) = 30.62%
BLUE value IS 155 (60.94% from 255) = 37.08%
R=32.30%
G=30.62%
B=37.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1351281550.130.1700.39255.5611.8955.49
Hex87809BD11027100c37
Octal20720023315210474001467
Binary10000111100000001001101111011000101001111000000001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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