#866AAB

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

Shades of Deluge #866AAB

Tints of Deluge #866AAB

Color information

#866AAB (or 0x866AAB) is unknown color: approx Deluge. HEX triplet: 86, 6A and AB. RGB value is (134,106,171). Sum of RGB (Red+Green+Blue) = 134+106+171=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #866AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866AAB is #799554. Grayscale: #797979. Windows color (decimal): -7968085 or 11233926. OLE color: 11233926.

HSL color Cylindrical-coordinate representation of color #866AAB: hue angle of 265.85º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #866AAB is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB134106171-
CMYK0.220.3800.33
HSL265.85º27.9%54.31%-
HSV(B)265.85º38.01%67.06%-
XYZ22.3418.3240.89-
YUV121.78155.78136.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.60%
GREEN value IS 106 (41.80% from 255) = 25.79%
BLUE value IS 171 (67.19% from 255) = 41.61%
R=32.60%
G=25.79%
B=41.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341061710.220.3800.33265.8527.954.31
Hex866AAB162602110a1c36
Octal20615225326460414123466
Binary1000011011010101010101110110100110010000110000101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866AAB; }

 p { color: rgb(134,106,171); }

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

<style>
 a { background-color: #866AAB; }

 a { background-color: rgb(134,106,171); }

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

<style>
 span { border-color: #866AAB; }

 span { border-color: rgb(134,106,171); }

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