#866DAE

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

Shades of Deluge #866DAE

Tints of Deluge #866DAE

Color information

#866DAE (or 0x866DAE) is unknown color: approx Deluge. HEX triplet: 86, 6D and AE. RGB value is (134,109,174). Sum of RGB (Red+Green+Blue) = 134+109+174=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 109 (42.97% from 255 or 26.14% 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 #866DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866DAE is #799251. Grayscale: #7B7B7B. Windows color (decimal): -7967314 or 11431302. OLE color: 11431302.

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

Color convert

RGB134109174-
CMYK0.230.3700.32
HSL263.08º28.63%55.49%-
HSV(B)263.08º37.36%68.24%-
XYZ22.9419.0642.51-
YUV123.88156.28135.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.13%
GREEN value IS 109 (42.97% from 255) = 26.14%
BLUE value IS 174 (68.36% from 255) = 41.73%
R=32.13%
G=26.14%
B=41.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1341091740.230.3700.32263.0828.6355.49
Hex866DAE17250201071d37
Octal20615525627450404073567
Binary1000011011011011010111010111100101010000010000011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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