Html Css Color HEX #8881AC Deluge

📋 copy color: '#8881AC'

red 136 ◦ green 129 ◦ blue 172

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

Shades of Deluge #8881AC

Tints of Deluge #8881AC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.52%

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

R = 31.12%
G = 29.52%
B = 39.36%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8881AC (or 0x8881AC) is known color: Deluge. HEX triplet: 88, 81 and AC. RGB value is (136,129,172). Sum of RGB (Red+Green+Blue) = 136+129+172=437 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.12% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 172 - color contains mainly: blue. Hex color #8881AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8881AC is #777E53. Grayscale: #878787. Windows color (decimal): -7831124 or 11305352. OLE color: 11305352.

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

Color convert

RGB 136 129 172 -
CMYK 0.21 0.25 0 0.33
HSL 249.77º 0.21% 0.59% -
HSV(B) 249.77º 0.25% 0.67% -
XYZ 25.45 23.91 42.3 -
YUV 136 148.32 128 -
System Red Green Blue C M Y K H S L
Decimal 136 129 172 0.21 0.25 0 0.33 249.77 0.21 0.59
Hex 88 81 AC 15 19 0 21 FA 15 3B
Octal 210 201 254 25 31 0 41 372 25 73
Binary 10001000 10000001 10101100 10101 11001 0 100001 11111010 10101 111011

Color Harmonies of #8881AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8881AC

Black with #8881AC

Text Example


Text Example

White with #8881AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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