Html Css Color HEX #887FA8 Deluge

📋 copy color: '#887FA8'

red 136 ◦ green 127 ◦ blue 168

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

Shades of Deluge #887FA8

Tints of Deluge #887FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.98%

R = 31.55%
G = 29.47%
B = 38.98%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#887FA8 (or 0x887FA8) is known color: Deluge. HEX triplet: 88, 7F and A8. RGB value is (136,127,168). Sum of RGB (Red+Green+Blue) = 136+127+168=431 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.55% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 168 (66.02% from 255 or 38.98% from 431); Max value from RGB is 168 - color contains mainly: blue. Hex color #887FA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887FA8 is #778057. Grayscale: #868686. Windows color (decimal): -7831640 or 11042696. OLE color: 11042696.

HSL color Cylindrical-coordinate representation of color #887FA8: hue angle of 253.17º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #887FA8 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 136 127 168 -
CMYK 0.19 0.24 0 0.34
HSL 253.17º 0.19% 0.58% -
HSV(B) 253.17º 0.24% 0.66% -
XYZ 24.81 23.24 40.22 -
YUV 134.37 146.98 129.17 -
System Red Green Blue C M Y K H S L
Decimal 136 127 168 0.19 0.24 0 0.34 253.17 0.19 0.58
Hex 88 7F A8 13 18 0 22 FD 13 3A
Octal 210 177 250 23 30 0 42 375 23 72
Binary 10001000 1111111 10101000 10011 11000 0 100010 11111101 10011 111010

Color Harmonies of #887FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887FA8

Black with #887FA8

Text Example


Text Example

White with #887FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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