#8978AB

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

Shades of Deluge #8978AB

Tints of Deluge #8978AB

Color information

#8978AB (or 0x8978AB) is unknown color: approx Deluge. HEX triplet: 89, 78 and AB. RGB value is (137,120,171). Sum of RGB (Red+Green+Blue) = 137+120+171=428 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.01% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #8978AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8978AB is #768754. Grayscale: #828282. Windows color (decimal): -7767893 or 11237513. OLE color: 11237513.

HSL color Cylindrical-coordinate representation of color #8978AB: hue angle of 260º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8978AB is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB137120171-
CMYK0.200.3000.33
HSL260º23.29%57.06%-
HSV(B)260º29.82%67.06%-
XYZ24.3821.6941.43-
YUV130.9150.63132.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.01%
GREEN value IS 120 (47.27% from 255) = 28.04%
BLUE value IS 171 (67.19% from 255) = 39.95%
R=32.01%
G=28.04%
B=39.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371201710.200.3000.3326023.2957.06
Hex8978AB141E0211041739
Octal21117025324360414042771
Binary100010011111000101010111010011110010000110000010010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8978AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8978AB; }

 p { color: rgb(137,120,171); }

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

<style>
 a { background-color: #8978AB; }

 a { background-color: rgb(137,120,171); }

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

<style>
 span { border-color: #8978AB; }

 span { border-color: rgb(137,120,171); }

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