Html Css Color HEX #887FB1 Deluge

📋 copy color: '#887FB1'

red 136 ◦ green 127 ◦ blue 177

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

Shades of Deluge #887FB1

Tints of Deluge #887FB1

RGB

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

 GREEN value IS 127 (50% from 255) = 28.86%

 BLUE value IS 177 (69.53% from 255) = 40.23%

R = 30.91%
G = 28.86%
B = 40.23%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#887FB1 (or 0x887FB1) is known color: Deluge. HEX triplet: 88, 7F and B1. RGB value is (136,127,177). Sum of RGB (Red+Green+Blue) = 136+127+177=440 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.91% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 177 (69.53% from 255 or 40.23% from 440); Max value from RGB is 177 - color contains mainly: blue. Hex color #887FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887FB1 is #77804E. Grayscale: #878787. Windows color (decimal): -7831631 or 11632520. OLE color: 11632520.

HSL color Cylindrical-coordinate representation of color #887FB1: hue angle of 250.8º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #887FB1 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 136 127 177 -
CMYK 0.23 0.28 0 0.31
HSL 250.8º 0.24% 0.6% -
HSV(B) 250.8º 0.28% 0.69% -
XYZ 25.68 23.59 44.79 -
YUV 135.39 151.48 128.43 -
System Red Green Blue C M Y K H S L
Decimal 136 127 177 0.23 0.28 0 0.31 250.8 0.24 0.6
Hex 88 7F B1 17 1C 0 1F FB 18 3C
Octal 210 177 261 27 34 0 37 373 30 74
Binary 10001000 1111111 10110001 10111 11100 0 11111 11111011 11000 111100

Color Harmonies of #887FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887FB1

Black with #887FB1

Text Example


Text Example

White with #887FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,127,177); }

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

background-color css

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

 a { background-color: rgb(136,127,177); }

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

border-color css

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

 span { border-color: rgb(136,127,177); }

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