#866FAC

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

Shades of Deluge #866FAC

Tints of Deluge #866FAC

Color information

#866FAC (or 0x866FAC) is unknown color: approx Deluge. HEX triplet: 86, 6F and AC. RGB value is (134,111,172). Sum of RGB (Red+Green+Blue) = 134+111+172=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #866FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866FAC is #799053. Grayscale: #7C7C7C. Windows color (decimal): -7966804 or 11300742. OLE color: 11300742.

HSL color Cylindrical-coordinate representation of color #866FAC: hue angle of 262.62º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #866FAC is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB134111172-
CMYK0.220.3500.33
HSL262.62º26.87%55.49%-
HSV(B)262.62º35.47%67.45%-
XYZ22.9619.4241.57-
YUV124.83154.62134.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.13%
GREEN value IS 111 (43.75% from 255) = 26.62%
BLUE value IS 172 (67.58% from 255) = 41.25%
R=32.13%
G=26.62%
B=41.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341111720.220.3500.33262.6226.8755.49
Hex866FAC16230211071b37
Octal20615725426430414073367
Binary1000011011011111010110010110100011010000110000011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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