Html Css Color HEX #8977B3 Deluge

📋 copy color: '#8977B3'

red 137 ◦ green 119 ◦ blue 179

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

Shades of Deluge #8977B3

Tints of Deluge #8977B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 41.15%

R = 31.49%
G = 27.36%
B = 41.15%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8977B3 (or 0x8977B3) is known color: Deluge. HEX triplet: 89, 77 and B3. RGB value is (137,119,179). Sum of RGB (Red+Green+Blue) = 137+119+179=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 179 (70.31% from 255 or 41.15% from 435); Max value from RGB is 179 - color contains mainly: blue. Hex color #8977B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8977B3 is #76884C. Grayscale: #838383. Windows color (decimal): -7768141 or 11761545. OLE color: 11761545.

HSL color Cylindrical-coordinate representation of color #8977B3: hue angle of 258º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8977B3 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 137 119 179 -
CMYK 0.23 0.34 0 0.30
HSL 258º 0.28% 0.58% -
HSV(B) 258º 0.34% 0.7% -
XYZ 25.05 21.77 45.53 -
YUV 131.22 154.96 132.12 -
System Red Green Blue C M Y K H S L
Decimal 137 119 179 0.23 0.34 0 0.30 258 0.28 0.58
Hex 89 77 B3 17 22 0 1E 102 1C 3A
Octal 211 167 263 27 42 0 36 402 34 72
Binary 10001001 1110111 10110011 10111 100010 0 11110 100000010 11100 111010

Color Harmonies of #8977B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8977B3

Black with #8977B3

Text Example


Text Example

White with #8977B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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