#886BAE

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

Shades of Deluge #886BAE

Tints of Deluge #886BAE

Color information

#886BAE (or 0x886BAE) is unknown color: approx Deluge. HEX triplet: 88, 6B and AE. RGB value is (136,107,174). Sum of RGB (Red+Green+Blue) = 136+107+174=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #886BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886BAE is #779451. Grayscale: #7B7B7B. Windows color (decimal): -7836754 or 11430792. OLE color: 11430792.

HSL color Cylindrical-coordinate representation of color #886BAE: hue angle of 265.97º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #886BAE is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB136107174-
CMYK0.220.3900.32
HSL265.97º29.26%55.1%-
HSV(B)265.97º38.51%68.24%-
XYZ23.0518.8142.46-
YUV123.31156.61137.05-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.61%
GREEN value IS 107 (42.19% from 255) = 25.66%
BLUE value IS 174 (68.36% from 255) = 41.73%
R=32.61%
G=25.66%
B=41.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1361071740.220.3900.32265.9729.2655.1
Hex886BAE162702010a1d37
Octal21015325626470404123567
Binary1000100011010111010111010110100111010000010000101011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,107,174); }

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

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

 a { background-color: rgb(136,107,174); }

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

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

 span { border-color: rgb(136,107,174); }

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