#87719F

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

Shades of Deluge #87719F

Tints of Deluge #87719F

Color information

#87719F (or 0x87719F) is unknown color: approx Deluge. HEX triplet: 87, 71 and 9F. RGB value is (135,113,159). Sum of RGB (Red+Green+Blue) = 135+113+159=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 159 - color contains mainly: blue. Hex color #87719F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87719F is #788E60. Grayscale: #7C7C7C. Windows color (decimal): -7900769 or 10449287. OLE color: 10449287.

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

Color convert

RGB135113159-
CMYK0.150.2900.38
HSL268.7º19.33%53.33%-
HSV(B)268.7º28.93%62.35%-
XYZ22.1519.4635.39-
YUV124.82147.29135.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.17%
GREEN value IS 113 (44.53% from 255) = 27.76%
BLUE value IS 159 (62.5% from 255) = 39.07%
R=33.17%
G=27.76%
B=39.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1351131590.150.2900.38268.719.3353.33
Hex87719FF1D02610d1335
Octal20716123717350464152365
Binary10000111111000110011111111111101010011010000110110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87719F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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