Html Css Color HEX #886FAE Deluge

📋 copy color: '#886FAE'

red 136 ◦ green 111 ◦ blue 174

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

Shades of Deluge #886FAE

Tints of Deluge #886FAE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.37%

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

R = 32.3%
G = 26.37%
B = 41.33%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#886FAE (or 0x886FAE) is known color: Deluge. HEX triplet: 88, 6F and AE. RGB value is (136,111,174). Sum of RGB (Red+Green+Blue) = 136+111+174=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #886FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886FAE is #779051. Grayscale: #7D7D7D. Windows color (decimal): -7835730 or 11431816. OLE color: 11431816.

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

Color convert

RGB 136 111 174 -
CMYK 0.22 0.36 0 0.32
HSL 263.81º 0.28% 0.56% -
HSV(B) 263.81º 0.36% 0.68% -
XYZ 23.48 19.66 42.6 -
YUV 125.66 155.28 135.38 -
System Red Green Blue C M Y K H S L
Decimal 136 111 174 0.22 0.36 0 0.32 263.81 0.28 0.56
Hex 88 6F AE 16 24 0 20 108 1C 38
Octal 210 157 256 26 44 0 40 410 34 70
Binary 10001000 1101111 10101110 10110 100100 0 100000 100001000 11100 111000

Color Harmonies of #886FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886FAE

Black with #886FAE

Text Example


Text Example

White with #886FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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