#866BAA

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

Shades of Deluge #866BAA

Tints of Deluge #866BAA

Color information

#866BAA (or 0x866BAA) is unknown color: approx Deluge. HEX triplet: 86, 6B and AA. RGB value is (134,107,170). Sum of RGB (Red+Green+Blue) = 134+107+170=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #866BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866BAA is #799455. Grayscale: #7A7A7A. Windows color (decimal): -7967830 or 11168646. OLE color: 11168646.

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

Color convert

RGB134107170-
CMYK0.210.3700.33
HSL265.71º27.04%54.31%-
HSV(B)265.71º37.06%66.67%-
XYZ22.3418.4940.42-
YUV122.26154.95136.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.60%
GREEN value IS 107 (42.19% from 255) = 26.03%
BLUE value IS 170 (66.80% from 255) = 41.36%
R=32.60%
G=26.03%
B=41.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341071700.210.3700.33265.7127.0454.31
Hex866BAA152502110a1b36
Octal20615325225450414123366
Binary1000011011010111010101010101100101010000110000101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,107,170); }

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

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

 a { background-color: rgb(134,107,170); }

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

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

 span { border-color: rgb(134,107,170); }

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