Html Css Color HEX #8877AD Deluge

📋 copy color: '#8877AD'

red 136 ◦ green 119 ◦ blue 173

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

Shades of Deluge #8877AD

Tints of Deluge #8877AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.42%

R = 31.78%
G = 27.8%
B = 40.42%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8877AD (or 0x8877AD) is known color: Deluge. HEX triplet: 88, 77 and AD. RGB value is (136,119,173). Sum of RGB (Red+Green+Blue) = 136+119+173=428 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.78% from 428); Green value is 119 (46.88% from 255 or 27.80% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 173 - color contains mainly: blue. Hex color #8877AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8877AD is #778852. Grayscale: #828282. Windows color (decimal): -7833683 or 11368328. OLE color: 11368328.

HSL color Cylindrical-coordinate representation of color #8877AD: hue angle of 258.89º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8877AD is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 136 119 173 -
CMYK 0.21 0.31 0 0.32
HSL 258.89º 0.25% 0.57% -
HSV(B) 258.89º 0.31% 0.68% -
XYZ 24.29 21.45 42.39 -
YUV 130.24 152.13 132.11 -
System Red Green Blue C M Y K H S L
Decimal 136 119 173 0.21 0.31 0 0.32 258.89 0.25 0.57
Hex 88 77 AD 15 1F 0 20 103 19 39
Octal 210 167 255 25 37 0 40 403 31 71
Binary 10001000 1110111 10101101 10101 11111 0 100000 100000011 11001 111001

Color Harmonies of #8877AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8877AD

Black with #8877AD

Text Example


Text Example

White with #8877AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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