#87749F

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

Shades of Deluge #87749F

Tints of Deluge #87749F

Color information

#87749F (or 0x87749F) is unknown color: approx Deluge. HEX triplet: 87, 74 and 9F. RGB value is (135,116,159). Sum of RGB (Red+Green+Blue) = 135+116+159=410 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.93% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 159 - color contains mainly: blue. Hex color #87749F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87749F is #788B60. Grayscale: #7E7E7E. Windows color (decimal): -7900001 or 10450055. OLE color: 10450055.

HSL color Cylindrical-coordinate representation of color #87749F: hue angle of 266.51º 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 #87749F is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB135116159-
CMYK0.150.2700.38
HSL266.51º18.3%53.92%-
HSV(B)266.51º27.04%62.35%-
XYZ22.520.1435.5-
YUV126.58146.29134-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.93%
GREEN value IS 116 (45.70% from 255) = 28.29%
BLUE value IS 159 (62.5% from 255) = 38.78%
R=32.93%
G=28.29%
B=38.78%

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
Decimal1351161590.150.2700.38266.5118.353.92
Hex87749FF1B02610b1236
Octal20716423717330464132266
Binary10000111111010010011111111111011010011010000101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87749F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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