Html Css Color HEX #887BA0 Deluge

📋 copy color: '#887BA0'

red 136 ◦ green 123 ◦ blue 160

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

Shades of Deluge #887BA0

Tints of Deluge #887BA0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.36%

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

R = 32.46%
G = 29.36%
B = 38.19%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#887BA0 (or 0x887BA0) is known color: Deluge. HEX triplet: 88, 7B and A0. RGB value is (136,123,160). Sum of RGB (Red+Green+Blue) = 136+123+160=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 160 - color contains mainly: blue. Hex color #887BA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887BA0 is #77845F. Grayscale: #828282. Windows color (decimal): -7832672 or 10517384. OLE color: 10517384.

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

Color convert

RGB 136 123 160 -
CMYK 0.15 0.23 0 0.37
HSL 261.08º 0.16% 0.55% -
HSV(B) 261.08º 0.23% 0.63% -
XYZ 23.58 21.94 36.25 -
YUV 131.11 144.31 131.49 -
System Red Green Blue C M Y K H S L
Decimal 136 123 160 0.15 0.23 0 0.37 261.08 0.16 0.55
Hex 88 7B A0 F 17 0 25 105 10 37
Octal 210 173 240 17 27 0 45 405 20 67
Binary 10001000 1111011 10100000 1111 10111 0 100101 100000101 10000 110111

Color Harmonies of #887BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887BA0

Black with #887BA0

Text Example


Text Example

White with #887BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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