Html Css Color HEX #87739C Deluge

📋 copy color: '#87739C'

red 135 ◦ green 115 ◦ blue 156

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

Shades of Deluge #87739C

Tints of Deluge #87739C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.42%

R = 33.25%
G = 28.33%
B = 38.42%

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

#87739C (or 0x87739C) is known color: Deluge. HEX triplet: 87, 73 and 9C. RGB value is (135,115,156). Sum of RGB (Red+Green+Blue) = 135+115+156=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 156 - color contains mainly: blue. Hex color #87739C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87739C is #788C63. Grayscale: #7D7D7D. Windows color (decimal): -7900260 or 10253191. OLE color: 10253191.

HSL color Cylindrical-coordinate representation of color #87739C: hue angle of 269.27º 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 #87739C is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 135 115 156 -
CMYK 0.13 0.26 0 0.39
HSL 269.27º 0.17% 0.53% -
HSV(B) 269.27º 0.26% 0.61% -
XYZ 22.12 19.81 34.11 -
YUV 125.65 145.13 134.67 -
System Red Green Blue C M Y K H S L
Decimal 135 115 156 0.13 0.26 0 0.39 269.27 0.17 0.53
Hex 87 73 9C D 1A 0 27 10D 11 35
Octal 207 163 234 15 32 0 47 415 21 65
Binary 10000111 1110011 10011100 1101 11010 0 100111 100001101 10001 110101

Color Harmonies of #87739C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87739C

Black with #87739C

Text Example


Text Example

White with #87739C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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