Html Css Color HEX #886AAE Deluge

📋 copy color: '#886AAE'

red 136 ◦ green 106 ◦ blue 174

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

Shades of Deluge #886AAE

Tints of Deluge #886AAE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.48%

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

R = 32.69%
G = 25.48%
B = 41.83%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#886AAE (or 0x886AAE) is known color: Deluge. HEX triplet: 88, 6A and AE. RGB value is (136,106,174). Sum of RGB (Red+Green+Blue) = 136+106+174=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 174 - color contains mainly: blue. Hex color #886AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886AAE is #779551. Grayscale: #7A7A7A. Windows color (decimal): -7837010 or 11430536. OLE color: 11430536.

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

Color convert

RGB 136 106 174 -
CMYK 0.22 0.39 0 0.32
HSL 266.47º 0.3% 0.55% -
HSV(B) 266.47º 0.39% 0.68% -
XYZ 22.95 18.6 42.42 -
YUV 122.72 156.94 137.47 -
System Red Green Blue C M Y K H S L
Decimal 136 106 174 0.22 0.39 0 0.32 266.47 0.3 0.55
Hex 88 6A AE 16 27 0 20 10A 1E 37
Octal 210 152 256 26 47 0 40 412 36 67
Binary 10001000 1101010 10101110 10110 100111 0 100000 100001010 11110 110111

Color Harmonies of #886AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886AAE

Black with #886AAE

Text Example


Text Example

White with #886AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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