Html Css Color HEX #886DAE Deluge

📋 copy color: '#886DAE'

red 136 ◦ green 109 ◦ blue 174

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

Shades of Deluge #886DAE

Tints of Deluge #886DAE

RGB

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

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

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

R = 32.46%
G = 26.01%
B = 41.53%

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

#886DAE (or 0x886DAE) is known color: Deluge. HEX triplet: 88, 6D and AE. RGB value is (136,109,174). Sum of RGB (Red+Green+Blue) = 136+109+174=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 174 - color contains mainly: blue. Hex color #886DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886DAE is #779251. Grayscale: #7C7C7C. Windows color (decimal): -7836242 or 11431304. OLE color: 11431304.

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

Color convert

RGB 136 109 174 -
CMYK 0.22 0.37 0 0.32
HSL 264.92º 0.29% 0.55% -
HSV(B) 264.92º 0.37% 0.68% -
XYZ 23.26 19.23 42.53 -
YUV 124.48 155.95 136.21 -
System Red Green Blue C M Y K H S L
Decimal 136 109 174 0.22 0.37 0 0.32 264.92 0.29 0.55
Hex 88 6D AE 16 25 0 20 109 1D 37
Octal 210 155 256 26 45 0 40 411 35 67
Binary 10001000 1101101 10101110 10110 100101 0 100000 100001001 11101 110111

Color Harmonies of #886DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886DAE

Black with #886DAE

Text Example


Text Example

White with #886DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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