Html Css Color HEX #8976AB Deluge

📋 copy color: '#8976AB'

red 137 ◦ green 118 ◦ blue 171

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

Shades of Deluge #8976AB

Tints of Deluge #8976AB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.7%

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

R = 32.16%
G = 27.7%
B = 40.14%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8976AB (or 0x8976AB) is known color: Deluge. HEX triplet: 89, 76 and AB. RGB value is (137,118,171). Sum of RGB (Red+Green+Blue) = 137+118+171=426 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.16% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #8976AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8976AB is #768954. Grayscale: #818181. Windows color (decimal): -7768405 or 11237001. OLE color: 11237001.

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

Color convert

RGB 137 118 171 -
CMYK 0.20 0.31 0 0.33
HSL 261.51º 0.24% 0.57% -
HSV(B) 261.51º 0.31% 0.67% -
XYZ 24.15 21.22 41.35 -
YUV 129.72 151.29 133.19 -
System Red Green Blue C M Y K H S L
Decimal 137 118 171 0.20 0.31 0 0.33 261.51 0.24 0.57
Hex 89 76 AB 14 1F 0 21 106 18 39
Octal 211 166 253 24 37 0 41 406 30 71
Binary 10001001 1110110 10101011 10100 11111 0 100001 100000110 11000 111001

Color Harmonies of #8976AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8976AB

Black with #8976AB

Text Example


Text Example

White with #8976AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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