#886FAF

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

Shades of Deluge #886FAF

Tints of Deluge #886FAF

Color information

#886FAF (or 0x886FAF) is unknown color: approx Deluge. HEX triplet: 88, 6F and AF. RGB value is (136,111,175). Sum of RGB (Red+Green+Blue) = 136+111+175=422 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.23% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 175 - color contains mainly: blue. Hex color #886FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886FAF is #779050. Grayscale: #7D7D7D. Windows color (decimal): -7835729 or 11497352. OLE color: 11497352.

HSL color Cylindrical-coordinate representation of color #886FAF: hue angle of 263.44º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #886FAF is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB136111175-
CMYK0.220.3700.31
HSL263.44º28.57%56.08%-
HSV(B)263.44º36.57%68.63%-
XYZ23.5819.743.12-
YUV125.77155.78135.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.23%
GREEN value IS 111 (43.75% from 255) = 26.30%
BLUE value IS 175 (68.75% from 255) = 41.47%
R=32.23%
G=26.30%
B=41.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1361111750.220.3700.31263.4428.5756.08
Hex886FAF162501F1071d38
Octal21015725726450374073570
Binary100010001101111101011111011010010101111110000011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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