Html Css Color HEX #887EAB Deluge

📋 copy color: '#887EAB'

red 136 ◦ green 126 ◦ blue 171

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

Shades of Deluge #887EAB

Tints of Deluge #887EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.49%

R = 31.41%
G = 29.1%
B = 39.49%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#887EAB (or 0x887EAB) is known color: Deluge. HEX triplet: 88, 7E and AB. RGB value is (136,126,171). Sum of RGB (Red+Green+Blue) = 136+126+171=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: blue. Hex color #887EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887EAB is #778154. Grayscale: #858585. Windows color (decimal): -7831893 or 11239048. OLE color: 11239048.

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

Color convert

RGB 136 126 171 -
CMYK 0.20 0.26 0 0.33
HSL 253.33º 0.21% 0.58% -
HSV(B) 253.33º 0.26% 0.67% -
XYZ 24.96 23.1 41.67 -
YUV 134.12 148.81 129.34 -
System Red Green Blue C M Y K H S L
Decimal 136 126 171 0.20 0.26 0 0.33 253.33 0.21 0.58
Hex 88 7E AB 14 1A 0 21 FD 15 3A
Octal 210 176 253 24 32 0 41 375 25 72
Binary 10001000 1111110 10101011 10100 11010 0 100001 11111101 10101 111010

Color Harmonies of #887EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887EAB

Black with #887EAB

Text Example


Text Example

White with #887EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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