Html Css Color HEX #886CAC Deluge

📋 copy color: '#886CAC'

red 136 ◦ green 108 ◦ blue 172

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

Shades of Deluge #886CAC

Tints of Deluge #886CAC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.96%

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

R = 32.69%
G = 25.96%
B = 41.35%

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

#886CAC (or 0x886CAC) is known color: Deluge. HEX triplet: 88, 6C and AC. RGB value is (136,108,172). Sum of RGB (Red+Green+Blue) = 136+108+172=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #886CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886CAC is #779353. Grayscale: #7B7B7B. Windows color (decimal): -7836500 or 11299976. OLE color: 11299976.

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

Color convert

RGB 136 108 172 -
CMYK 0.21 0.37 0 0.33
HSL 266.25º 0.28% 0.55% -
HSV(B) 266.25º 0.37% 0.67% -
XYZ 22.96 18.94 41.47 -
YUV 123.67 155.28 136.8 -
System Red Green Blue C M Y K H S L
Decimal 136 108 172 0.21 0.37 0 0.33 266.25 0.28 0.55
Hex 88 6C AC 15 25 0 21 10A 1C 37
Octal 210 154 254 25 45 0 41 412 34 67
Binary 10001000 1101100 10101100 10101 100101 0 100001 100001010 11100 110111

Color Harmonies of #886CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886CAC

Black with #886CAC

Text Example


Text Example

White with #886CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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