Html Css Color HEX #87769C Deluge

📋 copy color: '#87769C'

red 135 ◦ green 118 ◦ blue 156

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

Shades of Deluge #87769C

Tints of Deluge #87769C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.85%

 BLUE value IS 156 (61.33% from 255) = 38.14%

R = 33.01%
G = 28.85%
B = 38.14%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#87769C (or 0x87769C) is known color: Deluge. HEX triplet: 87, 76 and 9C. RGB value is (135,118,156). Sum of RGB (Red+Green+Blue) = 135+118+156=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 156 - color contains mainly: blue. Hex color #87769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87769C is #788963. Grayscale: #7F7F7F. Windows color (decimal): -7899492 or 10253959. OLE color: 10253959.

HSL color Cylindrical-coordinate representation of color #87769C: hue angle of 266.84º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #87769C is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 135 118 156 -
CMYK 0.13 0.24 0 0.39
HSL 266.84º 0.16% 0.54% -
HSV(B) 266.84º 0.24% 0.61% -
XYZ 22.47 20.51 34.23 -
YUV 127.42 144.13 133.41 -
System Red Green Blue C M Y K H S L
Decimal 135 118 156 0.13 0.24 0 0.39 266.84 0.16 0.54
Hex 87 76 9C D 18 0 27 10B 10 36
Octal 207 166 234 15 30 0 47 413 20 66
Binary 10000111 1110110 10011100 1101 11000 0 100111 100001011 10000 110110

Color Harmonies of #87769C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87769C

Black with #87769C

Text Example


Text Example

White with #87769C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87769C; }

 p { color: rgb(135,118,156); }

 H1.HeaderClassName
 {
   color: #87769C;
 }
 .AnyTagClassName
 {
   color: #87769C;
 }
</style>

background-color css

<style>
 a { background-color: #87769C; }

 a { background-color: rgb(135,118,156); }

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

border-color css

<style>
 span { border-color: #87769C; }

 span { border-color: rgb(135,118,156); }

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