Html Css Color HEX #87759D Deluge

📋 copy color: '#87759D'

red 135 ◦ green 117 ◦ blue 157

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

Shades of Deluge #87759D

Tints of Deluge #87759D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.61%

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

R = 33.01%
G = 28.61%
B = 38.39%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#87759D (or 0x87759D) is known color: Deluge. HEX triplet: 87, 75 and 9D. RGB value is (135,117,157). Sum of RGB (Red+Green+Blue) = 135+117+157=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 157 - color contains mainly: blue. Hex color #87759D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87759D is #788A62. Grayscale: #7E7E7E. Windows color (decimal): -7899747 or 10319239. OLE color: 10319239.

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

Color convert

RGB 135 117 157 -
CMYK 0.14 0.25 0 0.38
HSL 267º 0.17% 0.54% -
HSV(B) 267º 0.25% 0.62% -
XYZ 22.44 20.31 34.64 -
YUV 126.94 144.96 133.75 -
System Red Green Blue C M Y K H S L
Decimal 135 117 157 0.14 0.25 0 0.38 267 0.17 0.54
Hex 87 75 9D E 19 0 26 10B 11 36
Octal 207 165 235 16 31 0 46 413 21 66
Binary 10000111 1110101 10011101 1110 11001 0 100110 100001011 10001 110110

Color Harmonies of #87759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87759D

Black with #87759D

Text Example


Text Example

White with #87759D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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