Html Css Color HEX #87749C Deluge

📋 copy color: '#87749C'

red 135 ◦ green 116 ◦ blue 156

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

Shades of Deluge #87749C

Tints of Deluge #87749C

RGB

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

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

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

R = 33.17%
G = 28.5%
B = 38.33%

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

#87749C (or 0x87749C) is known color: Deluge. HEX triplet: 87, 74 and 9C. RGB value is (135,116,156). Sum of RGB (Red+Green+Blue) = 135+116+156=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 156 - color contains mainly: blue. Hex color #87749C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87749C is #788B63. Grayscale: #7E7E7E. Windows color (decimal): -7900004 or 10253447. OLE color: 10253447.

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

Color convert

RGB 135 116 156 -
CMYK 0.13 0.26 0 0.39
HSL 268.5º 0.17% 0.53% -
HSV(B) 268.5º 0.26% 0.61% -
XYZ 22.24 20.04 34.15 -
YUV 126.24 144.79 134.25 -
System Red Green Blue C M Y K H S L
Decimal 135 116 156 0.13 0.26 0 0.39 268.5 0.17 0.53
Hex 87 74 9C D 1A 0 27 10C 11 35
Octal 207 164 234 15 32 0 47 414 21 65
Binary 10000111 1110100 10011100 1101 11010 0 100111 100001100 10001 110101

Color Harmonies of #87749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87749C

Black with #87749C

Text Example


Text Example

White with #87749C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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