#87779C

Color #87779C Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #87779C

Tints of Deluge #87779C

Color information

#87779C (or 0x87779C) is unknown color: approx Deluge. HEX triplet: 87, 77 and 9C. RGB value is (135,119,156). Sum of RGB (Red+Green+Blue) = 135+119+156=410 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.93% from 410); Green value is 119 (46.88% from 255 or 29.02% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 156 - color contains mainly: blue. Hex color #87779C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87779C is #788863. Grayscale: #7F7F7F. Windows color (decimal): -7899236 or 10254215. OLE color: 10254215.

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

Color convert

RGB135119156-
CMYK0.130.2400.39
HSL265.95º15.74%53.92%-
HSV(B)265.95º23.72%61.18%-
XYZ22.5920.7434.27-
YUV128143.8132.99-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.93%
GREEN value IS 119 (46.88% from 255) = 29.02%
BLUE value IS 156 (61.33% from 255) = 38.05%
R=32.93%
G=29.02%
B=38.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1351191560.130.2400.39265.9515.7453.92
Hex87779CD1802710a1036
Octal20716723415300474122066
Binary10000111111011110011100110111000010011110000101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87779C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #87779C;
 }
 .AnyTagClassName
 {
   color: #87779C;
 }
</style>
background-color css

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

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

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

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

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

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