Html Css Color HEX #8881AA Deluge

📋 copy color: '#8881AA'

red 136 ◦ green 129 ◦ blue 170

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

Shades of Deluge #8881AA

Tints of Deluge #8881AA

RGB

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

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

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

R = 31.26%
G = 29.66%
B = 39.08%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8881AA (or 0x8881AA) is known color: Deluge. HEX triplet: 88, 81 and AA. RGB value is (136,129,170). Sum of RGB (Red+Green+Blue) = 136+129+170=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 170 - color contains mainly: blue. Hex color #8881AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8881AA is #777E55. Grayscale: #878787. Windows color (decimal): -7831126 or 11174280. OLE color: 11174280.

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

Color convert

RGB 136 129 170 -
CMYK 0.20 0.24 0 0.33
HSL 250.24º 0.19% 0.59% -
HSV(B) 250.24º 0.24% 0.67% -
XYZ 25.26 23.84 41.3 -
YUV 135.77 147.32 128.17 -
System Red Green Blue C M Y K H S L
Decimal 136 129 170 0.20 0.24 0 0.33 250.24 0.19 0.59
Hex 88 81 AA 14 18 0 21 FA 13 3B
Octal 210 201 252 24 30 0 41 372 23 73
Binary 10001000 10000001 10101010 10100 11000 0 100001 11111010 10011 111011

Color Harmonies of #8881AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8881AA

Black with #8881AA

Text Example


Text Example

White with #8881AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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