Html Css Color HEX #8881AB Deluge

📋 copy color: '#8881AB'

red 136 ◦ green 129 ◦ blue 171

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

Shades of Deluge #8881AB

Tints of Deluge #8881AB

RGB

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

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

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

R = 31.19%
G = 29.59%
B = 39.22%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8881AB (or 0x8881AB) is known color: Deluge. HEX triplet: 88, 81 and AB. RGB value is (136,129,171). Sum of RGB (Red+Green+Blue) = 136+129+171=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #8881AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8881AB is #777E54. Grayscale: #878787. Windows color (decimal): -7831125 or 11239816. OLE color: 11239816.

HSL color Cylindrical-coordinate representation of color #8881AB: hue angle of 250º degrees, saturation: 0.2, 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 #8881AB is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 129 171 -
CMYK 0.20 0.25 0 0.33
HSL 250º 0.2% 0.59% -
HSV(B) 250º 0.25% 0.67% -
XYZ 25.35 23.88 41.8 -
YUV 135.88 147.82 128.08 -
System Red Green Blue C M Y K H S L
Decimal 136 129 171 0.20 0.25 0 0.33 250 0.2 0.59
Hex 88 81 AB 14 19 0 21 FA 14 3B
Octal 210 201 253 24 31 0 41 372 24 73
Binary 10001000 10000001 10101011 10100 11001 0 100001 11111010 10100 111011

Color Harmonies of #8881AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8881AB

Black with #8881AB

Text Example


Text Example

White with #8881AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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