Html Css Color HEX #8977AC Deluge

📋 copy color: '#8977AC'

red 137 ◦ green 119 ◦ blue 172

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

Shades of Deluge #8977AC

Tints of Deluge #8977AC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.8%

 BLUE value IS 172 (67.58% from 255) = 40.19%

R = 32.01%
G = 27.8%
B = 40.19%

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

#8977AC (or 0x8977AC) is known color: Deluge. HEX triplet: 89, 77 and AC. RGB value is (137,119,172). Sum of RGB (Red+Green+Blue) = 137+119+172=428 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.01% from 428); Green value is 119 (46.88% from 255 or 27.80% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 172 - color contains mainly: blue. Hex color #8977AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8977AC is #768853. Grayscale: #828282. Windows color (decimal): -7768148 or 11302793. OLE color: 11302793.

HSL color Cylindrical-coordinate representation of color #8977AC: hue angle of 260.38º 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 #8977AC is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 119 172 -
CMYK 0.20 0.31 0 0.33
HSL 260.38º 0.24% 0.57% -
HSV(B) 260.38º 0.31% 0.67% -
XYZ 24.36 21.49 41.89 -
YUV 130.42 151.46 132.69 -
System Red Green Blue C M Y K H S L
Decimal 137 119 172 0.20 0.31 0 0.33 260.38 0.24 0.57
Hex 89 77 AC 14 1F 0 21 104 18 39
Octal 211 167 254 24 37 0 41 404 30 71
Binary 10001001 1110111 10101100 10100 11111 0 100001 100000100 11000 111001

Color Harmonies of #8977AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8977AC

Black with #8977AC

Text Example


Text Example

White with #8977AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8977AC; }

 p { color: rgb(137,119,172); }

 H1.HeaderClassName
 {
   color: #8977AC;
 }
 .AnyTagClassName
 {
   color: #8977AC;
 }
</style>

background-color css

<style>
 a { background-color: #8977AC; }

 a { background-color: rgb(137,119,172); }

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

border-color css

<style>
 span { border-color: #8977AC; }

 span { border-color: rgb(137,119,172); }

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