Html Css Color HEX #87779D Deluge

📋 copy color: '#87779D'

red 135 ◦ green 119 ◦ blue 157

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

Shades of Deluge #87779D

Tints of Deluge #87779D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.95%

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

R = 32.85%
G = 28.95%
B = 38.2%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#87779D (or 0x87779D) is known color: Deluge. HEX triplet: 87, 77 and 9D. RGB value is (135,119,157). Sum of RGB (Red+Green+Blue) = 135+119+157=411 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.85% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 157 - color contains mainly: blue. Hex color #87779D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87779D is #788862. Grayscale: #7F7F7F. Windows color (decimal): -7899235 or 10319751. OLE color: 10319751.

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

Color convert

RGB 135 119 157 -
CMYK 0.14 0.24 0 0.38
HSL 265.26º 0.16% 0.54% -
HSV(B) 265.26º 0.24% 0.62% -
XYZ 22.67 20.78 34.71 -
YUV 128.12 144.3 132.91 -
System Red Green Blue C M Y K H S L
Decimal 135 119 157 0.14 0.24 0 0.38 265.26 0.16 0.54
Hex 87 77 9D E 18 0 26 109 10 36
Octal 207 167 235 16 30 0 46 411 20 66
Binary 10000111 1110111 10011101 1110 11000 0 100110 100001001 10000 110110

Color Harmonies of #87779D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87779D

Black with #87779D

Text Example


Text Example

White with #87779D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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