Html Css Color HEX #886DAC Deluge

📋 copy color: '#886DAC'

red 136 ◦ green 109 ◦ blue 172

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

Shades of Deluge #886DAC

Tints of Deluge #886DAC

RGB

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

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

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

R = 32.61%
G = 26.14%
B = 41.25%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#886DAC (or 0x886DAC) is known color: Deluge. HEX triplet: 88, 6D and AC. RGB value is (136,109,172). Sum of RGB (Red+Green+Blue) = 136+109+172=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #886DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886DAC is #779253. Grayscale: #7C7C7C. Windows color (decimal): -7836244 or 11300232. OLE color: 11300232.

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

Color convert

RGB 136 109 172 -
CMYK 0.21 0.37 0 0.33
HSL 265.71º 0.28% 0.55% -
HSV(B) 265.71º 0.37% 0.67% -
XYZ 23.07 19.15 41.51 -
YUV 124.26 154.95 136.38 -
System Red Green Blue C M Y K H S L
Decimal 136 109 172 0.21 0.37 0 0.33 265.71 0.28 0.55
Hex 88 6D AC 15 25 0 21 10A 1C 37
Octal 210 155 254 25 45 0 41 412 34 67
Binary 10001000 1101101 10101100 10101 100101 0 100001 100001010 11100 110111

Color Harmonies of #886DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886DAC

Black with #886DAC

Text Example


Text Example

White with #886DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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