Html Css Color HEX #8979AB Deluge

📋 copy color: '#8979AB'

red 137 ◦ green 121 ◦ blue 171

#8979AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deluge #8979AB

Tints of Deluge #8979AB

RGB

 RED value IS 137 (53.91% from 255) = 31.93%

 GREEN value IS 121 (47.66% from 255) = 28.21%

 BLUE value IS 171 (67.19% from 255) = 39.86%

R = 31.93%
G = 28.21%
B = 39.86%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8979AB (or 0x8979AB) is known color: Deluge. HEX triplet: 89, 79 and AB. RGB value is (137,121,171). Sum of RGB (Red+Green+Blue) = 137+121+171=429 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.93% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #8979AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8979AB is #768654. Grayscale: #838383. Windows color (decimal): -7767637 or 11237769. OLE color: 11237769.

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

Color convert

RGB 137 121 171 -
CMYK 0.20 0.29 0 0.33
HSL 259.2º 0.23% 0.57% -
HSV(B) 259.2º 0.29% 0.67% -
XYZ 24.5 21.93 41.47 -
YUV 131.48 150.3 131.93 -
System Red Green Blue C M Y K H S L
Decimal 137 121 171 0.20 0.29 0 0.33 259.2 0.23 0.57
Hex 89 79 AB 14 1D 0 21 103 17 39
Octal 211 171 253 24 35 0 41 403 27 71
Binary 10001001 1111001 10101011 10100 11101 0 100001 100000011 10111 111001

Color Harmonies of #8979AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8979AB

Black with #8979AB

Text Example


Text Example

White with #8979AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8979AB;
 }
 .AnyTagClassName
 {
   color: #8979AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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