#866DAF

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

Shades of Deluge #866DAF

Tints of Deluge #866DAF

Color information

#866DAF (or 0x866DAF) is unknown color: approx Deluge. HEX triplet: 86, 6D and AF. RGB value is (134,109,175). Sum of RGB (Red+Green+Blue) = 134+109+175=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #866DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866DAF is #799250. Grayscale: #7B7B7B. Windows color (decimal): -7967313 or 11496838. OLE color: 11496838.

HSL color Cylindrical-coordinate representation of color #866DAF: hue angle of 262.73º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #866DAF is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB134109175-
CMYK0.230.3800.31
HSL262.73º29.2%55.69%-
HSV(B)262.73º37.71%68.63%-
XYZ23.0419.143.03-
YUV124156.78135.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.06%
GREEN value IS 109 (42.97% from 255) = 26.08%
BLUE value IS 175 (68.75% from 255) = 41.87%
R=32.06%
G=26.08%
B=41.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341091750.230.3800.31262.7329.255.69
Hex866DAF172601F1071d38
Octal20615525727460374073570
Binary100001101101101101011111011110011001111110000011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,109,175); }

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

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

 a { background-color: rgb(134,109,175); }

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

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

 span { border-color: rgb(134,109,175); }

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