#8779B2

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

Shades of Deluge #8779B2

Tints of Deluge #8779B2

Color information

#8779B2 (or 0x8779B2) is unknown color: approx Deluge. HEX triplet: 87, 79 and B2. RGB value is (135,121,178). Sum of RGB (Red+Green+Blue) = 135+121+178=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 178 - color contains mainly: blue. Hex color #8779B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8779B2 is #78864D. Grayscale: #838383. Windows color (decimal): -7898702 or 11696519. OLE color: 11696519.

HSL color Cylindrical-coordinate representation of color #8779B2: hue angle of 254.74º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8779B2 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB135121178-
CMYK0.240.3200.30
HSL254.74º27.01%58.63%-
HSV(B)254.74º32.02%69.8%-
XYZ24.8622.0445.06-
YUV131.68154.14130.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.11%
GREEN value IS 121 (47.66% from 255) = 27.88%
BLUE value IS 178 (69.92% from 255) = 41.01%
R=31.11%
G=27.88%
B=41.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1351211780.240.3200.30254.7427.0158.63
Hex8779B2182001Eff1b3b
Octal20717126230400363773373
Binary10000111111100110110010110001000000111101111111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8779B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8779B2; }

 p { color: rgb(135,121,178); }

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

<style>
 a { background-color: #8779B2; }

 a { background-color: rgb(135,121,178); }

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

<style>
 span { border-color: #8779B2; }

 span { border-color: rgb(135,121,178); }

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