Html Css Color HEX #887EAC Deluge

📋 copy color: '#887EAC'

red 136 ◦ green 126 ◦ blue 172

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

Shades of Deluge #887EAC

Tints of Deluge #887EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.63%

R = 31.34%
G = 29.03%
B = 39.63%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#887EAC (or 0x887EAC) is known color: Deluge. HEX triplet: 88, 7E and AC. RGB value is (136,126,172). Sum of RGB (Red+Green+Blue) = 136+126+172=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #887EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887EAC is #778153. Grayscale: #868686. Windows color (decimal): -7831892 or 11304584. OLE color: 11304584.

HSL color Cylindrical-coordinate representation of color #887EAC: hue angle of 253.04º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #887EAC is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 126 172 -
CMYK 0.21 0.27 0 0.33
HSL 253.04º 0.22% 0.58% -
HSV(B) 253.04º 0.27% 0.67% -
XYZ 25.06 23.13 42.17 -
YUV 134.23 149.31 129.26 -
System Red Green Blue C M Y K H S L
Decimal 136 126 172 0.21 0.27 0 0.33 253.04 0.22 0.58
Hex 88 7E AC 15 1B 0 21 FD 16 3A
Octal 210 176 254 25 33 0 41 375 26 72
Binary 10001000 1111110 10101100 10101 11011 0 100001 11111101 10110 111010

Color Harmonies of #887EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887EAC

Black with #887EAC

Text Example


Text Example

White with #887EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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