#8978B4

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

Shades of Deluge #8978B4

Tints of Deluge #8978B4

Color information

#8978B4 (or 0x8978B4) is unknown color: approx Deluge. HEX triplet: 89, 78 and B4. RGB value is (137,120,180). Sum of RGB (Red+Green+Blue) = 137+120+180=437 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.35% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 180 (70.70% from 255 or 41.19% from 437); Max value from RGB is 180 - color contains mainly: blue. Hex color #8978B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8978B4 is #76874B. Grayscale: #838383. Windows color (decimal): -7767884 or 11827337. OLE color: 11827337.

HSL color Cylindrical-coordinate representation of color #8978B4: hue angle of 257º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8978B4 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB137120180-
CMYK0.240.3300.29
HSL257º28.57%58.82%-
HSV(B)257º33.33%70.59%-
XYZ25.2722.0546.1-
YUV131.92155.13131.62-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.35%
GREEN value IS 120 (47.27% from 255) = 27.46%
BLUE value IS 180 (70.70% from 255) = 41.19%
R=31.35%
G=27.46%
B=41.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1371201800.240.3300.2925728.5758.82
Hex8978B4182101D1011d3b
Octal21117026430410354013573
Binary100010011111000101101001100010000101110110000000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8978B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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