#866CAE

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

Shades of Deluge #866CAE

Tints of Deluge #866CAE

Color information

#866CAE (or 0x866CAE) is unknown color: approx Deluge. HEX triplet: 86, 6C and AE. RGB value is (134,108,174). Sum of RGB (Red+Green+Blue) = 134+108+174=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 174 - color contains mainly: blue. Hex color #866CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866CAE is #799351. Grayscale: #7B7B7B. Windows color (decimal): -7967570 or 11431046. OLE color: 11431046.

HSL color Cylindrical-coordinate representation of color #866CAE: hue angle of 263.64º degrees, saturation: 0.29, 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 #866CAE is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB134108174-
CMYK0.230.3800.32
HSL263.64º28.95%55.29%-
HSV(B)263.64º37.93%68.24%-
XYZ22.8318.8542.48-
YUV123.3156.61135.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.21%
GREEN value IS 108 (42.58% from 255) = 25.96%
BLUE value IS 174 (68.36% from 255) = 41.83%
R=32.21%
G=25.96%
B=41.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1341081740.230.3800.32263.6428.9555.29
Hex866CAE17260201081d37
Octal20615425627460404103567
Binary1000011011011001010111010111100110010000010000100011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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