Html Css Color HEX #87739F Deluge

📋 copy color: '#87739F'

red 135 ◦ green 115 ◦ blue 159

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

Shades of Deluge #87739F

Tints of Deluge #87739F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.88%

R = 33.01%
G = 28.12%
B = 38.88%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#87739F (or 0x87739F) is known color: Deluge. HEX triplet: 87, 73 and 9F. RGB value is (135,115,159). Sum of RGB (Red+Green+Blue) = 135+115+159=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 159 - color contains mainly: blue. Hex color #87739F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87739F is #788C60. Grayscale: #7D7D7D. Windows color (decimal): -7900257 or 10449799. OLE color: 10449799.

HSL color Cylindrical-coordinate representation of color #87739F: hue angle of 267.27º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #87739F is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 135 115 159 -
CMYK 0.15 0.28 0 0.38
HSL 267.27º 0.19% 0.54% -
HSV(B) 267.27º 0.28% 0.62% -
XYZ 22.38 19.92 35.47 -
YUV 126 146.63 134.42 -
System Red Green Blue C M Y K H S L
Decimal 135 115 159 0.15 0.28 0 0.38 267.27 0.19 0.54
Hex 87 73 9F F 1C 0 26 10B 13 36
Octal 207 163 237 17 34 0 46 413 23 66
Binary 10000111 1110011 10011111 1111 11100 0 100110 100001011 10011 110110

Color Harmonies of #87739F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87739F

Black with #87739F

Text Example


Text Example

White with #87739F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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