Html Css Color HEX #886DAA Deluge

📋 copy color: '#886DAA'

red 136 ◦ green 109 ◦ blue 170

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

Shades of Deluge #886DAA

Tints of Deluge #886DAA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.27%

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

R = 32.77%
G = 26.27%
B = 40.96%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#886DAA (or 0x886DAA) is known color: Deluge. HEX triplet: 88, 6D and AA. RGB value is (136,109,170). Sum of RGB (Red+Green+Blue) = 136+109+170=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 109 (42.97% from 255 or 26.27% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #886DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886DAA is #779255. Grayscale: #7B7B7B. Windows color (decimal): -7836246 or 11169160. OLE color: 11169160.

HSL color Cylindrical-coordinate representation of color #886DAA: hue angle of 266.56º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #886DAA is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 109 170 -
CMYK 0.20 0.36 0 0.33
HSL 266.56º 0.26% 0.55% -
HSV(B) 266.56º 0.36% 0.67% -
XYZ 22.88 19.07 40.51 -
YUV 124.03 153.95 136.54 -
System Red Green Blue C M Y K H S L
Decimal 136 109 170 0.20 0.36 0 0.33 266.56 0.26 0.55
Hex 88 6D AA 14 24 0 21 10B 1A 37
Octal 210 155 252 24 44 0 41 413 32 67
Binary 10001000 1101101 10101010 10100 100100 0 100001 100001011 11010 110111

Color Harmonies of #886DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886DAA

Black with #886DAA

Text Example


Text Example

White with #886DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886DAA; }

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

 H1.HeaderClassName
 {
   color: #886DAA;
 }
 .AnyTagClassName
 {
   color: #886DAA;
 }
</style>

background-color css

<style>
 a { background-color: #886DAA; }

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

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

border-color css

<style>
 span { border-color: #886DAA; }

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

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