Html Css Color HEX #886EAE Deluge

📋 copy color: '#886EAE'

red 136 ◦ green 110 ◦ blue 174

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

Shades of Deluge #886EAE

Tints of Deluge #886EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.43%

R = 32.38%
G = 26.19%
B = 41.43%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#886EAE (or 0x886EAE) is known color: Deluge. HEX triplet: 88, 6E and AE. RGB value is (136,110,174). Sum of RGB (Red+Green+Blue) = 136+110+174=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 174 - color contains mainly: blue. Hex color #886EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886EAE is #779151. Grayscale: #7C7C7C. Windows color (decimal): -7835986 or 11431560. OLE color: 11431560.

HSL color Cylindrical-coordinate representation of color #886EAE: hue angle of 264.38º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #886EAE is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 136 110 174 -
CMYK 0.22 0.37 0 0.32
HSL 264.38º 0.28% 0.56% -
HSV(B) 264.38º 0.37% 0.68% -
XYZ 23.37 19.44 42.57 -
YUV 125.07 155.61 135.8 -
System Red Green Blue C M Y K H S L
Decimal 136 110 174 0.22 0.37 0 0.32 264.38 0.28 0.56
Hex 88 6E AE 16 25 0 20 108 1C 38
Octal 210 156 256 26 45 0 40 410 34 70
Binary 10001000 1101110 10101110 10110 100101 0 100000 100001000 11100 111000

Color Harmonies of #886EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886EAE

Black with #886EAE

Text Example


Text Example

White with #886EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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