#886CAD

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

Shades of Deluge #886CAD

Tints of Deluge #886CAD

Color information

#886CAD (or 0x886CAD) is unknown color: approx Deluge. HEX triplet: 88, 6C and AD. RGB value is (136,108,173). Sum of RGB (Red+Green+Blue) = 136+108+173=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #886CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886CAD is #779352. Grayscale: #7B7B7B. Windows color (decimal): -7836499 or 11365512. OLE color: 11365512.

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

Color convert

RGB136108173-
CMYK0.210.3800.32
HSL265.85º28.38%55.1%-
HSV(B)265.85º37.57%67.84%-
XYZ23.0618.9841.98-
YUV123.78155.78136.71-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.61%
GREEN value IS 108 (42.58% from 255) = 25.90%
BLUE value IS 173 (67.97% from 255) = 41.49%
R=32.61%
G=25.90%
B=41.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1361081730.210.3800.32265.8528.3855.1
Hex886CAD152602010a1c37
Octal21015425525460404123467
Binary1000100011011001010110110101100110010000010000101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,108,173); }

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

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

 a { background-color: rgb(136,108,173); }

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

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

 span { border-color: rgb(136,108,173); }

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