Html Css Color HEX #886CAE Deluge

📋 copy color: '#886CAE'

red 136 ◦ green 108 ◦ blue 174

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

Shades of Deluge #886CAE

Tints of Deluge #886CAE

RGB

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

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

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

R = 32.54%
G = 25.84%
B = 41.63%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#886CAE (or 0x886CAE) is known color: Deluge. HEX triplet: 88, 6C and AE. RGB value is (136,108,174). Sum of RGB (Red+Green+Blue) = 136+108+174=418 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.54% from 418); Green value is 108 (42.58% from 255 or 25.84% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #886CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886CAE is #779351. Grayscale: #7B7B7B. Windows color (decimal): -7836498 or 11431048. OLE color: 11431048.

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

Color convert

RGB 136 108 174 -
CMYK 0.22 0.38 0 0.32
HSL 265.45º 0.29% 0.55% -
HSV(B) 265.45º 0.38% 0.68% -
XYZ 23.16 19.02 42.49 -
YUV 123.9 156.28 136.63 -
System Red Green Blue C M Y K H S L
Decimal 136 108 174 0.22 0.38 0 0.32 265.45 0.29 0.55
Hex 88 6C AE 16 26 0 20 109 1D 37
Octal 210 154 256 26 46 0 40 411 35 67
Binary 10001000 1101100 10101110 10110 100110 0 100000 100001001 11101 110111

Color Harmonies of #886CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886CAE

Black with #886CAE

Text Example


Text Example

White with #886CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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