Html Css Color HEX #887EA0 Deluge

📋 copy color: '#887EA0'

red 136 ◦ green 126 ◦ blue 160

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

Shades of Deluge #887EA0

Tints of Deluge #887EA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.91%

R = 32.23%
G = 29.86%
B = 37.91%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#887EA0 (or 0x887EA0) is known color: Deluge. HEX triplet: 88, 7E and A0. RGB value is (136,126,160). Sum of RGB (Red+Green+Blue) = 136+126+160=422 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.23% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 160 - color contains mainly: blue. Hex color #887EA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887EA0 is #77815F. Grayscale: #848484. Windows color (decimal): -7831904 or 10518152. OLE color: 10518152.

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

Color convert

RGB 136 126 160 -
CMYK 0.15 0.21 0 0.37
HSL 257.65º 0.15% 0.56% -
HSV(B) 257.65º 0.21% 0.63% -
XYZ 23.96 22.69 36.38 -
YUV 132.87 143.31 130.24 -
System Red Green Blue C M Y K H S L
Decimal 136 126 160 0.15 0.21 0 0.37 257.65 0.15 0.56
Hex 88 7E A0 F 15 0 25 102 F 38
Octal 210 176 240 17 25 0 45 402 17 70
Binary 10001000 1111110 10100000 1111 10101 0 100101 100000010 1111 111000

Color Harmonies of #887EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887EA0

Black with #887EA0

Text Example


Text Example

White with #887EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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