Html Css Color HEX #887EAE Deluge

📋 copy color: '#887EAE'

red 136 ◦ green 126 ◦ blue 174

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

Shades of Deluge #887EAE

Tints of Deluge #887EAE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.9%

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

R = 31.19%
G = 28.9%
B = 39.91%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#887EAE (or 0x887EAE) is known color: Deluge. HEX triplet: 88, 7E and AE. RGB value is (136,126,174). Sum of RGB (Red+Green+Blue) = 136+126+174=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 174 - color contains mainly: blue. Hex color #887EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887EAE is #778151. Grayscale: #868686. Windows color (decimal): -7831890 or 11435656. OLE color: 11435656.

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

Color convert

RGB 136 126 174 -
CMYK 0.22 0.28 0 0.32
HSL 252.5º 0.23% 0.59% -
HSV(B) 252.5º 0.28% 0.68% -
XYZ 25.25 23.21 43.19 -
YUV 134.46 150.31 129.1 -
System Red Green Blue C M Y K H S L
Decimal 136 126 174 0.22 0.28 0 0.32 252.5 0.23 0.59
Hex 88 7E AE 16 1C 0 20 FD 17 3B
Octal 210 176 256 26 34 0 40 375 27 73
Binary 10001000 1111110 10101110 10110 11100 0 100000 11111101 10111 111011

Color Harmonies of #887EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887EAE

Black with #887EAE

Text Example


Text Example

White with #887EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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