#87729D

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

Shades of Deluge #87729D

Tints of Deluge #87729D

Color information

#87729D (or 0x87729D) is unknown color: approx Deluge. HEX triplet: 87, 72 and 9D. RGB value is (135,114,157). Sum of RGB (Red+Green+Blue) = 135+114+157=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 157 - color contains mainly: blue. Hex color #87729D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87729D is #788D62. Grayscale: #7D7D7D. Windows color (decimal): -7900515 or 10318471. OLE color: 10318471.

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

Color convert

RGB135114157-
CMYK0.140.2700.38
HSL269.3º17.99%53.14%-
HSV(B)269.3º27.39%61.57%-
XYZ22.0919.6234.52-
YUV125.18145.96135-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.25%
GREEN value IS 114 (44.92% from 255) = 28.08%
BLUE value IS 157 (61.72% from 255) = 38.67%
R=33.25%
G=28.08%
B=38.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1351141570.140.2700.38269.317.9953.14
Hex87729DE1B02610d1235
Octal20716223516330464152265
Binary10000111111001010011101111011011010011010000110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87729D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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