Html Css Color HEX #8877AC Deluge

📋 copy color: '#8877AC'

red 136 ◦ green 119 ◦ blue 172

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

Shades of Deluge #8877AC

Tints of Deluge #8877AC

RGB

 RED value IS 136 (53.52% from 255) = 31.85%

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

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

R = 31.85%
G = 27.87%
B = 40.28%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8877AC (or 0x8877AC) is known color: Deluge. HEX triplet: 88, 77 and AC. RGB value is (136,119,172). Sum of RGB (Red+Green+Blue) = 136+119+172=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #8877AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8877AC is #778853. Grayscale: #818181. Windows color (decimal): -7833684 or 11302792. OLE color: 11302792.

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

Color convert

RGB 136 119 172 -
CMYK 0.21 0.31 0 0.33
HSL 259.25º 0.24% 0.57% -
HSV(B) 259.25º 0.31% 0.67% -
XYZ 24.2 21.41 41.89 -
YUV 130.13 151.63 132.19 -
System Red Green Blue C M Y K H S L
Decimal 136 119 172 0.21 0.31 0 0.33 259.25 0.24 0.57
Hex 88 77 AC 15 1F 0 21 103 18 39
Octal 210 167 254 25 37 0 41 403 30 71
Binary 10001000 1110111 10101100 10101 11111 0 100001 100000011 11000 111001

Color Harmonies of #8877AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8877AC

Black with #8877AC

Text Example


Text Example

White with #8877AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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