Html Css Color HEX #87749D Deluge

📋 copy color: '#87749D'

red 135 ◦ green 116 ◦ blue 157

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

Shades of Deluge #87749D

Tints of Deluge #87749D

RGB

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

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

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

R = 33.09%
G = 28.43%
B = 38.48%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#87749D (or 0x87749D) is known color: Deluge. HEX triplet: 87, 74 and 9D. RGB value is (135,116,157). Sum of RGB (Red+Green+Blue) = 135+116+157=408 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.09% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 157 - color contains mainly: blue. Hex color #87749D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87749D is #788B62. Grayscale: #7E7E7E. Windows color (decimal): -7900003 or 10318983. OLE color: 10318983.

HSL color Cylindrical-coordinate representation of color #87749D: hue angle of 267.8º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #87749D is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 135 116 157 -
CMYK 0.14 0.26 0 0.38
HSL 267.8º 0.17% 0.54% -
HSV(B) 267.8º 0.26% 0.62% -
XYZ 22.32 20.08 34.6 -
YUV 126.36 145.29 134.17 -
System Red Green Blue C M Y K H S L
Decimal 135 116 157 0.14 0.26 0 0.38 267.8 0.17 0.54
Hex 87 74 9D E 1A 0 26 10C 11 36
Octal 207 164 235 16 32 0 46 414 21 66
Binary 10000111 1110100 10011101 1110 11010 0 100110 100001100 10001 110110

Color Harmonies of #87749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87749D

Black with #87749D

Text Example


Text Example

White with #87749D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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