Html Css Color HEX #8877AB Deluge

📋 copy color: '#8877AB'

red 136 ◦ green 119 ◦ blue 171

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

Shades of Deluge #8877AB

Tints of Deluge #8877AB

RGB

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

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

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

R = 31.92%
G = 27.93%
B = 40.14%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8877AB (or 0x8877AB) is known color: Deluge. HEX triplet: 88, 77 and AB. RGB value is (136,119,171). Sum of RGB (Red+Green+Blue) = 136+119+171=426 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.92% from 426); Green value is 119 (46.88% from 255 or 27.93% 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 #8877AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8877AB is #778854. Grayscale: #818181. Windows color (decimal): -7833685 or 11237256. OLE color: 11237256.

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

Color convert

RGB 136 119 171 -
CMYK 0.20 0.30 0 0.33
HSL 259.62º 0.24% 0.57% -
HSV(B) 259.62º 0.3% 0.67% -
XYZ 24.1 21.37 41.38 -
YUV 130.01 151.13 132.27 -
System Red Green Blue C M Y K H S L
Decimal 136 119 171 0.20 0.30 0 0.33 259.62 0.24 0.57
Hex 88 77 AB 14 1E 0 21 104 18 39
Octal 210 167 253 24 36 0 41 404 30 71
Binary 10001000 1110111 10101011 10100 11110 0 100001 100000100 11000 111001

Color Harmonies of #8877AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8877AB

Black with #8877AB

Text Example


Text Example

White with #8877AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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