Html Css Color HEX #887FAE Deluge

📋 copy color: '#887FAE'

red 136 ◦ green 127 ◦ blue 174

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

Shades of Deluge #887FAE

Tints of Deluge #887FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.82%

R = 31.12%
G = 29.06%
B = 39.82%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#887FAE (or 0x887FAE) is known color: Deluge. HEX triplet: 88, 7F and AE. RGB value is (136,127,174). Sum of RGB (Red+Green+Blue) = 136+127+174=437 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.12% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 174 - color contains mainly: blue. Hex color #887FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887FAE is #778051. Grayscale: #868686. Windows color (decimal): -7831634 or 11435912. OLE color: 11435912.

HSL color Cylindrical-coordinate representation of color #887FAE: hue angle of 251.49º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #887FAE is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 136 127 174 -
CMYK 0.22 0.27 0 0.32
HSL 251.49º 0.22% 0.59% -
HSV(B) 251.49º 0.27% 0.68% -
XYZ 25.38 23.47 43.24 -
YUV 135.05 149.98 128.68 -
System Red Green Blue C M Y K H S L
Decimal 136 127 174 0.22 0.27 0 0.32 251.49 0.22 0.59
Hex 88 7F AE 16 1B 0 20 FB 16 3B
Octal 210 177 256 26 33 0 40 373 26 73
Binary 10001000 1111111 10101110 10110 11011 0 100000 11111011 10110 111011

Color Harmonies of #887FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887FAE

Black with #887FAE

Text Example


Text Example

White with #887FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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