Html Css Color HEX #87739B Deluge

📋 copy color: '#87739B'

red 135 ◦ green 115 ◦ blue 155

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

Shades of Deluge #87739B

Tints of Deluge #87739B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.27%

R = 33.33%
G = 28.4%
B = 38.27%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#87739B (or 0x87739B) is known color: Deluge. HEX triplet: 87, 73 and 9B. RGB value is (135,115,155). Sum of RGB (Red+Green+Blue) = 135+115+155=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 155 - color contains mainly: blue. Hex color #87739B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87739B is #788C64. Grayscale: #7D7D7D. Windows color (decimal): -7900261 or 10187655. OLE color: 10187655.

HSL color Cylindrical-coordinate representation of color #87739B: hue angle of 270º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #87739B is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 135 115 155 -
CMYK 0.13 0.26 0 0.39
HSL 270º 0.17% 0.53% -
HSV(B) 270º 0.26% 0.61% -
XYZ 22.04 19.78 33.67 -
YUV 125.54 144.63 134.75 -
System Red Green Blue C M Y K H S L
Decimal 135 115 155 0.13 0.26 0 0.39 270 0.17 0.53
Hex 87 73 9B D 1A 0 27 10E 11 35
Octal 207 163 233 15 32 0 47 416 21 65
Binary 10000111 1110011 10011011 1101 11010 0 100111 100001110 10001 110101

Color Harmonies of #87739B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87739B

Black with #87739B

Text Example


Text Example

White with #87739B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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