#866e9e

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

Shades of Deluge #866E9E

Tints of Deluge #866E9E

Color information

#866E9E (or 0x866E9E) is unknown color: approx Deluge. HEX triplet: 86, 6E and 9E. RGB value is (134,110,158). Sum of RGB (Red+Green+Blue) = 134+110+158=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 158 - color contains mainly: blue. Hex color #866E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866E9E is #799161. Grayscale: #7A7A7A. Windows color (decimal): -7967074 or 10382982. OLE color: 10382982.

HSL color Cylindrical-coordinate representation of color #866E9E: hue angle of 270º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #866E9E is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB134110158-
CMYK0.150.3000.38
HSL270º19.83%52.55%-
HSV(B)270º30.38%61.96%-
XYZ21.5818.6934.82-
YUV122.65147.95136.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.33%
GREEN value IS 110 (43.36% from 255) = 27.36%
BLUE value IS 158 (62.11% from 255) = 39.30%
R=33.33%
G=27.36%
B=39.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1341101580.150.3000.3827019.8352.55
Hex866E9EF1E02610e1435
Octal20615623617360464162465
Binary10000110110111010011110111111110010011010000111010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866e9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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