Html Css Color HEX #887FA6 Deluge

📋 copy color: '#887FA6'

red 136 ◦ green 127 ◦ blue 166

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

Shades of Deluge #887FA6

Tints of Deluge #887FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.69%

R = 31.7%
G = 29.6%
B = 38.69%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#887FA6 (or 0x887FA6) is known color: Deluge. HEX triplet: 88, 7F and A6. RGB value is (136,127,166). Sum of RGB (Red+Green+Blue) = 136+127+166=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 166 (65.23% from 255 or 38.69% from 429); Max value from RGB is 166 - color contains mainly: blue. Hex color #887FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887FA6 is #778059. Grayscale: #858585. Windows color (decimal): -7831642 or 10911624. OLE color: 10911624.

HSL color Cylindrical-coordinate representation of color #887FA6: hue angle of 253.85º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #887FA6 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 136 127 166 -
CMYK 0.18 0.23 0 0.35
HSL 253.85º 0.18% 0.57% -
HSV(B) 253.85º 0.23% 0.65% -
XYZ 24.63 23.17 39.25 -
YUV 134.14 145.98 129.33 -
System Red Green Blue C M Y K H S L
Decimal 136 127 166 0.18 0.23 0 0.35 253.85 0.18 0.57
Hex 88 7F A6 12 17 0 23 FE 12 39
Octal 210 177 246 22 27 0 43 376 22 71
Binary 10001000 1111111 10100110 10010 10111 0 100011 11111110 10010 111001

Color Harmonies of #887FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887FA6

Black with #887FA6

Text Example


Text Example

White with #887FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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