Html Css Color HEX #8876AB Deluge

📋 copy color: '#8876AB'

red 136 ◦ green 118 ◦ blue 171

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

Shades of Deluge #8876AB

Tints of Deluge #8876AB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.76%

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

R = 32%
G = 27.76%
B = 40.24%

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

#8876AB (or 0x8876AB) is known color: Deluge. HEX triplet: 88, 76 and AB. RGB value is (136,118,171). Sum of RGB (Red+Green+Blue) = 136+118+171=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #8876AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8876AB is #778954. Grayscale: #818181. Windows color (decimal): -7833941 or 11237000. OLE color: 11237000.

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

Color convert

RGB 136 118 171 -
CMYK 0.20 0.31 0 0.33
HSL 260.38º 0.24% 0.57% -
HSV(B) 260.38º 0.31% 0.67% -
XYZ 23.98 21.13 41.34 -
YUV 129.42 151.46 132.69 -
System Red Green Blue C M Y K H S L
Decimal 136 118 171 0.20 0.31 0 0.33 260.38 0.24 0.57
Hex 88 76 AB 14 1F 0 21 104 18 39
Octal 210 166 253 24 37 0 41 404 30 71
Binary 10001000 1110110 10101011 10100 11111 0 100001 100000100 11000 111001

Color Harmonies of #8876AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8876AB

Black with #8876AB

Text Example


Text Example

White with #8876AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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