Html Css Color HEX #87769B Deluge

📋 copy color: '#87769B'

red 135 ◦ green 118 ◦ blue 155

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

Shades of Deluge #87769B

Tints of Deluge #87769B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.99%

R = 33.09%
G = 28.92%
B = 37.99%

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

#87769B (or 0x87769B) is known color: Deluge. HEX triplet: 87, 76 and 9B. RGB value is (135,118,155). Sum of RGB (Red+Green+Blue) = 135+118+155=408 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.09% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 155 - color contains mainly: blue. Hex color #87769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87769B is #788964. Grayscale: #7F7F7F. Windows color (decimal): -7899493 or 10188423. OLE color: 10188423.

HSL color Cylindrical-coordinate representation of color #87769B: hue angle of 267.57º 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 #87769B is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 135 118 155 -
CMYK 0.13 0.24 0 0.39
HSL 267.57º 0.16% 0.54% -
HSV(B) 267.57º 0.24% 0.61% -
XYZ 22.39 20.47 33.78 -
YUV 127.3 143.63 133.49 -
System Red Green Blue C M Y K H S L
Decimal 135 118 155 0.13 0.24 0 0.39 267.57 0.16 0.54
Hex 87 76 9B D 18 0 27 10C 10 36
Octal 207 166 233 15 30 0 47 414 20 66
Binary 10000111 1110110 10011011 1101 11000 0 100111 100001100 10000 110110

Color Harmonies of #87769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87769B

Black with #87769B

Text Example


Text Example

White with #87769B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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