#8974A7

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

Shades of Deluge #8974A7

Tints of Deluge #8974A7

Color information

#8974A7 (or 0x8974A7) is unknown color: approx Deluge. HEX triplet: 89, 74 and A7. RGB value is (137,116,167). Sum of RGB (Red+Green+Blue) = 137+116+167=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 167 (65.62% from 255 or 39.76% from 420); Max value from RGB is 167 - color contains mainly: blue. Hex color #8974A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8974A7 is #768B58. Grayscale: #7F7F7F. Windows color (decimal): -7768921 or 10974345. OLE color: 10974345.

HSL color Cylindrical-coordinate representation of color #8974A7: hue angle of 264.71º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8974A7 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB137116167-
CMYK0.180.3100.35
HSL264.71º22.47%55.49%-
HSV(B)264.71º30.54%65.49%-
XYZ23.5420.639.29-
YUV128.09149.96134.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.62%
GREEN value IS 116 (45.70% from 255) = 27.62%
BLUE value IS 167 (65.62% from 255) = 39.76%
R=32.62%
G=27.62%
B=39.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1371161670.180.3100.35264.7122.4755.49
Hex8974A7121F0231091637
Octal21116424722370434112667
Binary100010011110100101001111001011111010001110000100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8974A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8974A7; }

 p { color: rgb(137,116,167); }

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

<style>
 a { background-color: #8974A7; }

 a { background-color: rgb(137,116,167); }

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

<style>
 span { border-color: #8974A7; }

 span { border-color: rgb(137,116,167); }

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