#886FA4

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

Shades of Deluge #886FA4

Tints of Deluge #886FA4

Color information

#886FA4 (or 0x886FA4) is unknown color: approx Deluge. HEX triplet: 88, 6F and A4. RGB value is (136,111,164). Sum of RGB (Red+Green+Blue) = 136+111+164=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 164 (64.45% from 255 or 39.90% from 411); Max value from RGB is 164 - color contains mainly: blue. Hex color #886FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886FA4 is #77905B. Grayscale: #7C7C7C. Windows color (decimal): -7835740 or 10776456. OLE color: 10776456.

HSL color Cylindrical-coordinate representation of color #886FA4: hue angle of 268.3º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #886FA4 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB136111164-
CMYK0.170.3200.36
HSL268.3º22.55%53.92%-
HSV(B)268.3º32.32%64.31%-
XYZ22.5419.2837.66-
YUV124.52150.28136.19-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.09%
GREEN value IS 111 (43.75% from 255) = 27.01%
BLUE value IS 164 (64.45% from 255) = 39.90%
R=33.09%
G=27.01%
B=39.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1361111640.170.3200.36268.322.5553.92
Hex886FA4112002410c1736
Octal21015724421400444142766
Binary1000100011011111010010010001100000010010010000110010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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