#8979B4

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

Shades of Deluge #8979B4

Tints of Deluge #8979B4

Color information

#8979B4 (or 0x8979B4) is unknown color: approx Deluge. HEX triplet: 89, 79 and B4. RGB value is (137,121,180). Sum of RGB (Red+Green+Blue) = 137+121+180=438 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.28% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 180 - color contains mainly: blue. Hex color #8979B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8979B4 is #76864B. Grayscale: #848484. Windows color (decimal): -7767628 or 11827593. OLE color: 11827593.

HSL color Cylindrical-coordinate representation of color #8979B4: hue angle of 256.27º degrees, saturation: 0.28, 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 #8979B4 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB137121180-
CMYK0.240.3300.29
HSL256.27º28.23%59.02%-
HSV(B)256.27º32.78%70.59%-
XYZ25.3922.2946.14-
YUV132.51154.8131.2-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.28%
GREEN value IS 121 (47.66% from 255) = 27.63%
BLUE value IS 180 (70.70% from 255) = 41.10%
R=31.28%
G=27.63%
B=41.10%

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
Decimal1371211800.240.3300.29256.2728.2359.02
Hex8979B4182101D1001c3b
Octal21117126430410354003473
Binary100010011111001101101001100010000101110110000000011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8979B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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