Html Css Color HEX #887FAC Deluge

📋 copy color: '#887FAC'

red 136 ◦ green 127 ◦ blue 172

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

Shades of Deluge #887FAC

Tints of Deluge #887FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.54%

R = 31.26%
G = 29.2%
B = 39.54%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#887FAC (or 0x887FAC) is known color: Deluge. HEX triplet: 88, 7F and AC. RGB value is (136,127,172). Sum of RGB (Red+Green+Blue) = 136+127+172=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 172 - color contains mainly: blue. Hex color #887FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887FAC is #778053. Grayscale: #868686. Windows color (decimal): -7831636 or 11304840. OLE color: 11304840.

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

Color convert

RGB 136 127 172 -
CMYK 0.21 0.26 0 0.33
HSL 252º 0.21% 0.59% -
HSV(B) 252º 0.26% 0.67% -
XYZ 25.19 23.39 42.22 -
YUV 134.82 148.98 128.84 -
System Red Green Blue C M Y K H S L
Decimal 136 127 172 0.21 0.26 0 0.33 252 0.21 0.59
Hex 88 7F AC 15 1A 0 21 FC 15 3B
Octal 210 177 254 25 32 0 41 374 25 73
Binary 10001000 1111111 10101100 10101 11010 0 100001 11111100 10101 111011

Color Harmonies of #887FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887FAC

Black with #887FAC

Text Example


Text Example

White with #887FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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