Html Css Color HEX #8876AA Deluge

📋 copy color: '#8876AA'

red 136 ◦ green 118 ◦ blue 170

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

Shades of Deluge #8876AA

Tints of Deluge #8876AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.09%

R = 32.08%
G = 27.83%
B = 40.09%

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

#8876AA (or 0x8876AA) is known color: Deluge. HEX triplet: 88, 76 and AA. RGB value is (136,118,170). Sum of RGB (Red+Green+Blue) = 136+118+170=424 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.08% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #8876AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8876AA is #778955. Grayscale: #818181. Windows color (decimal): -7833942 or 11171464. OLE color: 11171464.

HSL color Cylindrical-coordinate representation of color #8876AA: hue angle of 260.77º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8876AA is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 118 170 -
CMYK 0.20 0.31 0 0.33
HSL 260.77º 0.23% 0.56% -
HSV(B) 260.77º 0.31% 0.67% -
XYZ 23.89 21.09 40.84 -
YUV 129.31 150.96 132.77 -
System Red Green Blue C M Y K H S L
Decimal 136 118 170 0.20 0.31 0 0.33 260.77 0.23 0.56
Hex 88 76 AA 14 1F 0 21 105 17 38
Octal 210 166 252 24 37 0 41 405 27 70
Binary 10001000 1110110 10101010 10100 11111 0 100001 100000101 10111 111000

Color Harmonies of #8876AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8876AA

Black with #8876AA

Text Example


Text Example

White with #8876AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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