#87729F

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

Shades of Deluge #87729F

Tints of Deluge #87729F

Color information

#87729F (or 0x87729F) is unknown color: approx Deluge. HEX triplet: 87, 72 and 9F. RGB value is (135,114,159). Sum of RGB (Red+Green+Blue) = 135+114+159=408 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.09% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 159 - color contains mainly: blue. Hex color #87729F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87729F is #788D60. Grayscale: #7D7D7D. Windows color (decimal): -7900513 or 10449543. OLE color: 10449543.

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

Color convert

RGB135114159-
CMYK0.150.2800.38
HSL268º18.99%53.53%-
HSV(B)268º28.3%62.35%-
XYZ22.2719.6935.43-
YUV125.41146.96134.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.09%
GREEN value IS 114 (44.92% from 255) = 27.94%
BLUE value IS 159 (62.5% from 255) = 38.97%
R=33.09%
G=27.94%
B=38.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1351141590.150.2800.3826818.9953.53
Hex87729FF1C02610c1336
Octal20716223717340464142366
Binary10000111111001010011111111111100010011010000110010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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