Html Css Color HEX #87789D Deluge

📋 copy color: '#87789D'

red 135 ◦ green 120 ◦ blue 157

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

Shades of Deluge #87789D

Tints of Deluge #87789D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.13%

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

R = 32.77%
G = 29.13%
B = 38.11%

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

#87789D (or 0x87789D) is known color: Deluge. HEX triplet: 87, 78 and 9D. RGB value is (135,120,157). Sum of RGB (Red+Green+Blue) = 135+120+157=412 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.77% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 157 - color contains mainly: blue. Hex color #87789D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87789D is #788762. Grayscale: #808080. Windows color (decimal): -7898979 or 10320007. OLE color: 10320007.

HSL color Cylindrical-coordinate representation of color #87789D: hue angle of 264.32º 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 #87789D is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 135 120 157 -
CMYK 0.14 0.24 0 0.38
HSL 264.32º 0.16% 0.54% -
HSV(B) 264.32º 0.24% 0.62% -
XYZ 22.79 21.02 34.75 -
YUV 128.7 143.97 132.49 -
System Red Green Blue C M Y K H S L
Decimal 135 120 157 0.14 0.24 0 0.38 264.32 0.16 0.54
Hex 87 78 9D E 18 0 26 108 10 36
Octal 207 170 235 16 30 0 46 410 20 66
Binary 10000111 1111000 10011101 1110 11000 0 100110 100001000 10000 110110

Color Harmonies of #87789D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87789D

Black with #87789D

Text Example


Text Example

White with #87789D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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