Html Css Color HEX #87749B Deluge

📋 copy color: '#87749B'

red 135 ◦ green 116 ◦ blue 155

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

Shades of Deluge #87749B

Tints of Deluge #87749B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.57%

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

R = 33.25%
G = 28.57%
B = 38.18%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#87749B (or 0x87749B) is known color: Deluge. HEX triplet: 87, 74 and 9B. RGB value is (135,116,155). Sum of RGB (Red+Green+Blue) = 135+116+155=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 155 - color contains mainly: blue. Hex color #87749B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87749B is #788B64. Grayscale: #7D7D7D. Windows color (decimal): -7900005 or 10187911. OLE color: 10187911.

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

Color convert

RGB 135 116 155 -
CMYK 0.13 0.25 0 0.39
HSL 269.23º 0.16% 0.53% -
HSV(B) 269.23º 0.25% 0.61% -
XYZ 22.15 20.01 33.7 -
YUV 126.13 144.29 134.33 -
System Red Green Blue C M Y K H S L
Decimal 135 116 155 0.13 0.25 0 0.39 269.23 0.16 0.53
Hex 87 74 9B D 19 0 27 10D 10 35
Octal 207 164 233 15 31 0 47 415 20 65
Binary 10000111 1110100 10011011 1101 11001 0 100111 100001101 10000 110101

Color Harmonies of #87749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87749B

Black with #87749B

Text Example


Text Example

White with #87749B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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