Html Css Color HEX #886CAB Deluge

📋 copy color: '#886CAB'

red 136 ◦ green 108 ◦ blue 171

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

Shades of Deluge #886CAB

Tints of Deluge #886CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.2%

R = 32.77%
G = 26.02%
B = 41.2%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#886CAB (or 0x886CAB) is known color: Deluge. HEX triplet: 88, 6C and AB. RGB value is (136,108,171). Sum of RGB (Red+Green+Blue) = 136+108+171=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #886CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886CAB is #779354. Grayscale: #7B7B7B. Windows color (decimal): -7836501 or 11234440. OLE color: 11234440.

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

Color convert

RGB 136 108 171 -
CMYK 0.20 0.37 0 0.33
HSL 266.67º 0.27% 0.55% -
HSV(B) 266.67º 0.37% 0.67% -
XYZ 22.87 18.9 40.97 -
YUV 123.55 154.78 136.88 -
System Red Green Blue C M Y K H S L
Decimal 136 108 171 0.20 0.37 0 0.33 266.67 0.27 0.55
Hex 88 6C AB 14 25 0 21 10B 1B 37
Octal 210 154 253 24 45 0 41 413 33 67
Binary 10001000 1101100 10101011 10100 100101 0 100001 100001011 11011 110111

Color Harmonies of #886CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886CAB

Black with #886CAB

Text Example


Text Example

White with #886CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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