#8978AD

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

Shades of Deluge #8978AD

Tints of Deluge #8978AD

Color information

#8978AD (or 0x8978AD) is unknown color: approx Deluge. HEX triplet: 89, 78 and AD. RGB value is (137,120,173). Sum of RGB (Red+Green+Blue) = 137+120+173=430 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.86% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #8978AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8978AD is #768752. Grayscale: #828282. Windows color (decimal): -7767891 or 11368585. OLE color: 11368585.

HSL color Cylindrical-coordinate representation of color #8978AD: hue angle of 259.25º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8978AD is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB137120173-
CMYK0.210.3100.32
HSL259.25º24.42%57.45%-
HSV(B)259.25º30.64%67.84%-
XYZ24.5821.7742.44-
YUV131.12151.63132.19-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.86%
GREEN value IS 120 (47.27% from 255) = 27.91%
BLUE value IS 173 (67.97% from 255) = 40.23%
R=31.86%
G=27.91%
B=40.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1371201730.210.3100.32259.2524.4257.45
Hex8978AD151F0201031839
Octal21117025525370404033071
Binary100010011111000101011011010111111010000010000001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8978AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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