Html Css Color HEX #886DAB Deluge

📋 copy color: '#886DAB'

red 136 ◦ green 109 ◦ blue 171

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

Shades of Deluge #886DAB

Tints of Deluge #886DAB

RGB

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

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

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

R = 32.69%
G = 26.2%
B = 41.11%

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

#886DAB (or 0x886DAB) is known color: Deluge. HEX triplet: 88, 6D and AB. RGB value is (136,109,171). Sum of RGB (Red+Green+Blue) = 136+109+171=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #886DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886DAB is #779254. Grayscale: #7B7B7B. Windows color (decimal): -7836245 or 11234696. OLE color: 11234696.

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

Color convert

RGB 136 109 171 -
CMYK 0.20 0.36 0 0.33
HSL 266.13º 0.27% 0.55% -
HSV(B) 266.13º 0.36% 0.67% -
XYZ 22.97 19.11 41.01 -
YUV 124.14 154.45 136.46 -
System Red Green Blue C M Y K H S L
Decimal 136 109 171 0.20 0.36 0 0.33 266.13 0.27 0.55
Hex 88 6D AB 14 24 0 21 10A 1B 37
Octal 210 155 253 24 44 0 41 412 33 67
Binary 10001000 1101101 10101011 10100 100100 0 100001 100001010 11011 110111

Color Harmonies of #886DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886DAB

Black with #886DAB

Text Example


Text Example

White with #886DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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