#866EA6

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

Shades of Deluge #866EA6

Tints of Deluge #866EA6

Color information

#866EA6 (or 0x866EA6) is unknown color: approx Deluge. HEX triplet: 86, 6E and A6. RGB value is (134,110,166). Sum of RGB (Red+Green+Blue) = 134+110+166=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 166 (65.23% from 255 or 40.49% from 410); Max value from RGB is 166 - color contains mainly: blue. Hex color #866EA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866EA6 is #799159. Grayscale: #7B7B7B. Windows color (decimal): -7967066 or 10907270. OLE color: 10907270.

HSL color Cylindrical-coordinate representation of color #866EA6: hue angle of 265.71º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #866EA6 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB134110166-
CMYK0.190.3400.35
HSL265.71º23.93%54.12%-
HSV(B)265.71º33.73%65.1%-
XYZ22.2918.9738.56-
YUV123.56151.95135.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.68%
GREEN value IS 110 (43.36% from 255) = 26.83%
BLUE value IS 166 (65.23% from 255) = 40.49%
R=32.68%
G=26.83%
B=40.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1341101660.190.3400.35265.7123.9354.12
Hex866EA6132202310a1836
Octal20615624623420434123066
Binary1000011011011101010011010011100010010001110000101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,110,166); }

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

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

 a { background-color: rgb(134,110,166); }

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

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

 span { border-color: rgb(134,110,166); }

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