#886FA7

Color #886FA7 Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #886FA7

Tints of Deluge #886FA7

Color information

#886FA7 (or 0x886FA7) is unknown color: approx Deluge. HEX triplet: 88, 6F and A7. RGB value is (136,111,167). Sum of RGB (Red+Green+Blue) = 136+111+167=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 167 (65.62% from 255 or 40.34% from 414); Max value from RGB is 167 - color contains mainly: blue. Hex color #886FA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886FA7 is #779058. Grayscale: #7C7C7C. Windows color (decimal): -7835737 or 10973064. OLE color: 10973064.

HSL color Cylindrical-coordinate representation of color #886FA7: hue angle of 266.79º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #886FA7 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB136111167-
CMYK0.190.3400.35
HSL266.79º24.14%54.51%-
HSV(B)266.79º33.53%65.49%-
XYZ22.8119.3939.1-
YUV124.86151.78135.95-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.85%
GREEN value IS 111 (43.75% from 255) = 26.81%
BLUE value IS 167 (65.62% from 255) = 40.34%
R=32.85%
G=26.81%
B=40.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1361111670.190.3400.35266.7924.1454.51
Hex886FA7132202310b1837
Octal21015724723420434133067
Binary1000100011011111010011110011100010010001110000101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886FA7; }

 p { color: rgb(136,111,167); }

 H1.HeaderClassName
 {
   color: #886FA7;
 }
 .AnyTagClassName
 {
   color: #886FA7;
 }
</style>
background-color css

<style>
 a { background-color: #886FA7; }

 a { background-color: rgb(136,111,167); }

 div.DivClassName
 {
   background-color: #886FA7;
 }
 .BgClassName
 {
   background-color: #886FA7;
 }
</style>
border-color css

<style>
 span { border-color: #886FA7; }

 span { border-color: rgb(136,111,167); }

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