Html Css Color HEX #887DAE Deluge

📋 copy color: '#887DAE'

red 136 ◦ green 125 ◦ blue 174

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

Shades of Deluge #887DAE

Tints of Deluge #887DAE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.74%

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

R = 31.26%
G = 28.74%
B = 40%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#887DAE (or 0x887DAE) is known color: Deluge. HEX triplet: 88, 7D and AE. RGB value is (136,125,174). Sum of RGB (Red+Green+Blue) = 136+125+174=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 174 - color contains mainly: blue. Hex color #887DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887DAE is #778251. Grayscale: #858585. Windows color (decimal): -7832146 or 11435400. OLE color: 11435400.

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

Color convert

RGB 136 125 174 -
CMYK 0.22 0.28 0 0.32
HSL 253.47º 0.23% 0.59% -
HSV(B) 253.47º 0.28% 0.68% -
XYZ 25.13 22.96 43.15 -
YUV 133.88 150.64 129.52 -
System Red Green Blue C M Y K H S L
Decimal 136 125 174 0.22 0.28 0 0.32 253.47 0.23 0.59
Hex 88 7D AE 16 1C 0 20 FD 17 3B
Octal 210 175 256 26 34 0 40 375 27 73
Binary 10001000 1111101 10101110 10110 11100 0 100000 11111101 10111 111011

Color Harmonies of #887DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887DAE

Black with #887DAE

Text Example


Text Example

White with #887DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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