Html Css Color HEX #886EAC Deluge

📋 copy color: '#886EAC'

red 136 ◦ green 110 ◦ blue 172

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

Shades of Deluge #886EAC

Tints of Deluge #886EAC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.32%

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

R = 32.54%
G = 26.32%
B = 41.15%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#886EAC (or 0x886EAC) is known color: Deluge. HEX triplet: 88, 6E and AC. RGB value is (136,110,172). Sum of RGB (Red+Green+Blue) = 136+110+172=418 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.54% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 172 - color contains mainly: blue. Hex color #886EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886EAC is #779153. Grayscale: #7C7C7C. Windows color (decimal): -7835988 or 11300488. OLE color: 11300488.

HSL color Cylindrical-coordinate representation of color #886EAC: hue angle of 265.16º degrees, saturation: 0.27, 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 #886EAC is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 110 172 -
CMYK 0.21 0.36 0 0.33
HSL 265.16º 0.27% 0.55% -
HSV(B) 265.16º 0.36% 0.67% -
XYZ 23.18 19.36 41.55 -
YUV 124.84 154.61 135.96 -
System Red Green Blue C M Y K H S L
Decimal 136 110 172 0.21 0.36 0 0.33 265.16 0.27 0.55
Hex 88 6E AC 15 24 0 21 109 1B 37
Octal 210 156 254 25 44 0 41 411 33 67
Binary 10001000 1101110 10101100 10101 100100 0 100001 100001001 11011 110111

Color Harmonies of #886EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886EAC

Black with #886EAC

Text Example


Text Example

White with #886EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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