Html Css Color HEX #87739D Deluge

📋 copy color: '#87739D'

red 135 ◦ green 115 ◦ blue 157

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

Shades of Deluge #87739D

Tints of Deluge #87739D

RGB

 RED value IS 135 (53.13% from 255) = 33.17%

 GREEN value IS 115 (45.31% from 255) = 28.26%

 BLUE value IS 157 (61.72% from 255) = 38.57%

R = 33.17%
G = 28.26%
B = 38.57%

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

#87739D (or 0x87739D) is known color: Deluge. HEX triplet: 87, 73 and 9D. RGB value is (135,115,157). Sum of RGB (Red+Green+Blue) = 135+115+157=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 157 - color contains mainly: blue. Hex color #87739D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87739D is #788C62. Grayscale: #7D7D7D. Windows color (decimal): -7900259 or 10318727. OLE color: 10318727.

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

Color convert

RGB 135 115 157 -
CMYK 0.14 0.27 0 0.38
HSL 268.57º 0.18% 0.53% -
HSV(B) 268.57º 0.27% 0.62% -
XYZ 22.21 19.85 34.56 -
YUV 125.77 145.63 134.58 -
System Red Green Blue C M Y K H S L
Decimal 135 115 157 0.14 0.27 0 0.38 268.57 0.18 0.53
Hex 87 73 9D E 1B 0 26 10D 12 35
Octal 207 163 235 16 33 0 46 415 22 65
Binary 10000111 1110011 10011101 1110 11011 0 100110 100001101 10010 110101

Color Harmonies of #87739D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87739D

Black with #87739D

Text Example


Text Example

White with #87739D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #87739D;
 }
 .AnyTagClassName
 {
   color: #87739D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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