#866FAD

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

Shades of Deluge #866FAD

Tints of Deluge #866FAD

Color information

#866FAD (or 0x866FAD) is unknown color: approx Deluge. HEX triplet: 86, 6F and AD. RGB value is (134,111,173). Sum of RGB (Red+Green+Blue) = 134+111+173=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 173 - color contains mainly: blue. Hex color #866FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866FAD is #799052. Grayscale: #7C7C7C. Windows color (decimal): -7966803 or 11366278. OLE color: 11366278.

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

Color convert

RGB134111173-
CMYK0.230.3600.32
HSL262.26º27.43%55.69%-
HSV(B)262.26º35.84%67.84%-
XYZ23.0619.4542.07-
YUV124.94155.12134.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.06%
GREEN value IS 111 (43.75% from 255) = 26.56%
BLUE value IS 173 (67.97% from 255) = 41.39%
R=32.06%
G=26.56%
B=41.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1341111730.230.3600.32262.2627.4355.69
Hex866FAD17240201061b38
Octal20615725527440404063370
Binary1000011011011111010110110111100100010000010000011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,111,173); }

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

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

 a { background-color: rgb(134,111,173); }

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

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

 span { border-color: rgb(134,111,173); }

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