Html Css Color HEX #87729D Deluge

📋 copy color: '#87729D'

red 135 ◦ green 114 ◦ blue 157

#87729D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deluge #87729D

Tints of Deluge #87729D

RGB

 RED value IS 135 (53.13% 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 value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#87729D (or 0x87729D) is known color: 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

RGB 135 114 157 -
CMYK 0.14 0.27 0 0.38
HSL 269.3º 0.18% 0.53% -
HSV(B) 269.3º 0.27% 0.62% -
XYZ 22.09 19.62 34.52 -
YUV 125.18 145.96 135 -
System Red Green Blue C M Y K H S L
Decimal 135 114 157 0.14 0.27 0 0.38 269.3 0.18 0.53
Hex 87 72 9D E 1B 0 26 10D 12 35
Octal 207 162 235 16 33 0 46 415 22 65
Binary 10000111 1110010 10011101 1110 11011 0 100110 100001101 10010 110101

Color Harmonies of #87729D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87729D

Black with #87729D

Text Example


Text Example

White with #87729D

Text Example


Text Example

HTML Codes & Css Web 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>