Html Css Color HEX #887E9F Deluge

📋 copy color: '#887E9F'

red 136 ◦ green 126 ◦ blue 159

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

Shades of Deluge #887E9F

Tints of Deluge #887E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.77%

R = 32.3%
G = 29.93%
B = 37.77%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#887E9F (or 0x887E9F) is known color: Deluge. HEX triplet: 88, 7E and 9F. RGB value is (136,126,159). Sum of RGB (Red+Green+Blue) = 136+126+159=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 126 (49.61% from 255 or 29.93% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 159 - color contains mainly: blue. Hex color #887E9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887E9F is #778160. Grayscale: #848484. Windows color (decimal): -7831905 or 10452616. OLE color: 10452616.

HSL color Cylindrical-coordinate representation of color #887E9F: hue angle of 258.18º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #887E9F is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 136 126 159 -
CMYK 0.14 0.21 0 0.38
HSL 258.18º 0.15% 0.56% -
HSV(B) 258.18º 0.21% 0.62% -
XYZ 23.87 22.66 35.92 -
YUV 132.75 142.81 130.32 -
System Red Green Blue C M Y K H S L
Decimal 136 126 159 0.14 0.21 0 0.38 258.18 0.15 0.56
Hex 88 7E 9F E 15 0 26 102 F 38
Octal 210 176 237 16 25 0 46 402 17 70
Binary 10001000 1111110 10011111 1110 10101 0 100110 100000010 1111 111000

Color Harmonies of #887E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887E9F

Black with #887E9F

Text Example


Text Example

White with #887E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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