Html Css Color HEX #8876AC Deluge

📋 copy color: '#8876AC'

red 136 ◦ green 118 ◦ blue 172

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

Shades of Deluge #8876AC

Tints of Deluge #8876AC

RGB

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

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

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

R = 31.92%
G = 27.7%
B = 40.38%

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

#8876AC (or 0x8876AC) is known color: Deluge. HEX triplet: 88, 76 and AC. RGB value is (136,118,172). Sum of RGB (Red+Green+Blue) = 136+118+172=426 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.92% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #8876AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8876AC is #778953. Grayscale: #818181. Windows color (decimal): -7833940 or 11302536. OLE color: 11302536.

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

Color convert

RGB 136 118 172 -
CMYK 0.21 0.31 0 0.33
HSL 260º 0.25% 0.57% -
HSV(B) 260º 0.31% 0.67% -
XYZ 24.08 21.17 41.85 -
YUV 129.54 151.96 132.61 -
System Red Green Blue C M Y K H S L
Decimal 136 118 172 0.21 0.31 0 0.33 260 0.25 0.57
Hex 88 76 AC 15 1F 0 21 104 19 39
Octal 210 166 254 25 37 0 41 404 31 71
Binary 10001000 1110110 10101100 10101 11111 0 100001 100000100 11001 111001

Color Harmonies of #8876AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8876AC

Black with #8876AC

Text Example


Text Example

White with #8876AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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