Html Css Color HEX #8880AC Deluge

📋 copy color: '#8880AC'

red 136 ◦ green 128 ◦ blue 172

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

Shades of Deluge #8880AC

Tints of Deluge #8880AC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.36%

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

R = 31.19%
G = 29.36%
B = 39.45%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8880AC (or 0x8880AC) is known color: Deluge. HEX triplet: 88, 80 and AC. RGB value is (136,128,172). Sum of RGB (Red+Green+Blue) = 136+128+172=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 172 - color contains mainly: blue. Hex color #8880AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8880AC is #777F53. Grayscale: #878787. Windows color (decimal): -7831380 or 11305096. OLE color: 11305096.

HSL color Cylindrical-coordinate representation of color #8880AC: hue angle of 250.91º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8880AC is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 128 172 -
CMYK 0.21 0.26 0 0.33
HSL 250.91º 0.21% 0.59% -
HSV(B) 250.91º 0.26% 0.67% -
XYZ 25.32 23.65 42.26 -
YUV 135.41 148.65 128.42 -
System Red Green Blue C M Y K H S L
Decimal 136 128 172 0.21 0.26 0 0.33 250.91 0.21 0.59
Hex 88 80 AC 15 1A 0 21 FB 15 3B
Octal 210 200 254 25 32 0 41 373 25 73
Binary 10001000 10000000 10101100 10101 11010 0 100001 11111011 10101 111011

Color Harmonies of #8880AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8880AC

Black with #8880AC

Text Example


Text Example

White with #8880AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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