#87749E

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

Shades of Deluge #87749E

Tints of Deluge #87749E

Color information

#87749E (or 0x87749E) is unknown color: approx Deluge. HEX triplet: 87, 74 and 9E. RGB value is (135,116,158). Sum of RGB (Red+Green+Blue) = 135+116+158=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 158 - color contains mainly: blue. Hex color #87749E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87749E is #788B61. Grayscale: #7E7E7E. Windows color (decimal): -7900002 or 10384519. OLE color: 10384519.

HSL color Cylindrical-coordinate representation of color #87749E: hue angle of 267.14º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #87749E is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB135116158-
CMYK0.150.2700.38
HSL267.14º17.8%53.73%-
HSV(B)267.14º26.58%61.96%-
XYZ22.4120.1135.05-
YUV126.47145.79134.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.01%
GREEN value IS 116 (45.70% from 255) = 28.36%
BLUE value IS 158 (62.11% from 255) = 38.63%
R=33.01%
G=28.36%
B=38.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1351161580.150.2700.38267.1417.853.73
Hex87749EF1B02610b1236
Octal20716423617330464132266
Binary10000111111010010011110111111011010011010000101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87749E; }

 p { color: rgb(135,116,158); }

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

<style>
 a { background-color: #87749E; }

 a { background-color: rgb(135,116,158); }

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

<style>
 span { border-color: #87749E; }

 span { border-color: rgb(135,116,158); }

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